node-crypto-browserify 3.12.0-5 source package in Ubuntu

Changelog

node-crypto-browserify (3.12.0-5) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Update lintian overrides
  * Use dh-sequence-nodejs auto test & install
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Mon, 01 Nov 2021 11:53:46 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-crypto-browserify_3.12.0-5.dsc 2.3 KiB a083898c6e59fdaa33c154ba74e3e5ee4b32f7b1b4fe6f4afc0e3f5c8ea17366
node-crypto-browserify_3.12.0.orig.tar.gz 15.2 KiB f446e6708562430327c9b40f845132426056b4faed4dc48d4ac4ddfa1491fa1e
node-crypto-browserify_3.12.0-5.debian.tar.xz 4.2 KiB 330a092759573f60ae9fb27df6e511b38cddb64ce22dc8306de10cad41a5142d

Available diffs

No changes file available.

Binary packages built by this source

node-crypto-browserify: implementation of crypto for the browser

 This library is an implementation of node's crypto for the browser.
 .
 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.