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

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 16:00:44 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-cipher_1.0.1-2.dsc 2.2 KiB 3ba5e2ad8e1a8b69917da5f9aad64e7037ac50d2e83b7ca2aa18edd7c96f6dec
node-browserify-cipher_1.0.1.orig.tar.gz 2.5 KiB 738d7a7aea2b43da851a815cb73d7819604fe70a155d3804ce2499b39d1f2b7d
node-browserify-cipher_1.0.1-2.debian.tar.xz 2.6 KiB 75307ee1e0644d6bf38fa2c09a3ff0d9ada57dc69e3627c3c3b719745ca44cf5

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.