node-browserify-cipher 1.0.1-1 source package in Ubuntu

Changelog

node-browserify-cipher (1.0.1-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.0
  * Bump debhelper compatibility level to 12
  * Update VCS fields to salsa
  * Use pkg-js-tools auto test & install
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 1.0.1
  * Update copyright

 -- Xavier Guimard <email address hidden>  Fri, 21 Feb 2020 18:32:52 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-cipher_1.0.1-1.dsc 2.2 KiB 43f4c5084a0644f5e0f1b35b6113904b7e53263dbe44e11a36e5e04b5a3d7c53
node-browserify-cipher_1.0.1.orig.tar.gz 2.5 KiB 738d7a7aea2b43da851a815cb73d7819604fe70a155d3804ce2499b39d1f2b7d
node-browserify-cipher_1.0.1-1.debian.tar.xz 2.5 KiB 3fae0408b40a141aa69db811b905b2c5ea6b463d900bc7e64690f2f7e345fd11

Available diffs

No changes file available.

Binary packages built by this source

node-browserify-cipher: ciphers for the browser

 Provides createCipher, createDecipher, createCipheriv, createDecipheriv and
 getCiphers for the browserify. Includes AES and DES ciphers.
 .
 This library is a dependency for webpack. Webpack takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Webpack exposes this code
 to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.