node-browserify-des 1.0.2-2 source package in Ubuntu

Changelog

node-browserify-des (1.0.2-2) unstable; urgency=medium

  * Move to /usr/share
  * Bump debhelper and policy

 -- Bastien Roucariès <email address hidden>  Wed, 04 Sep 2019 15:17:46 +0200

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-browserify-des_1.0.2-2.dsc 2.3 KiB 71bb3d7d263cb97ea8bc76324d93198c5736ccc3e825931d88cba1436bf6c578
node-browserify-des_1.0.2.orig.tar.gz 26.8 KiB 1e2782ba84f1f7178646a66ef6a87ba35d5b3076703cd1884b0c8a0fbd73320b
node-browserify-des_1.0.2-2.debian.tar.xz 2.9 KiB 8e03e4610e759cc60a10edbfdaf84fa3f52dca06832475e0fca23a81e7a25d0e

Available diffs

No changes file available.

Binary packages built by this source

node-browserify-des: browserify DES cryptographic operation

 This package allows one to browserify DES cryptographic operation.
 .
 The Data Encryption Standard (DES) is a symmetric-key algorithm for
 the encryption of electronic data. Although now considered insecure,
 it is implemented in standard cryptographic library implemented in
 Node.js.
 .
 This pure javascript module is needed for browserify. Browserify
 allows one to run javascript code in browser context.
 .
 Node.js is an event-based server-side JavaScript engine.