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

Changelog

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

  * Team upload
  * Update lintian override info format in d/source/lintian-overrides
    on line 2-7
  * Declare compliance with policy 4.7.0
  * Update homepage

 -- Yadd <email address hidden>  Mon, 10 Jun 2024 17:31:02 +0400

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-crypto-browserify_3.12.0-7.dsc 2.3 KiB 87c4ed1f3c7ebafe0eebe059eede1a79e909e6a64c1067e6958f9c2c404fc525
node-crypto-browserify_3.12.0.orig.tar.gz 15.2 KiB f446e6708562430327c9b40f845132426056b4faed4dc48d4ac4ddfa1491fa1e
node-crypto-browserify_3.12.0-7.debian.tar.xz 4.7 KiB 207e7c6a0605082c6ad3c82fa2812cc233e111161d38771ee122b4e6e2bf9219

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.