node-bcrypt-pbkdf 1.0.2-1 source package in Ubuntu

Changelog

node-bcrypt-pbkdf (1.0.2-1) unstable; urgency=medium

  * Team upload

  [ Pirate Praveen ]
  * add homepage
  * update copyright

  [ Ambady Anand S ]
  * New upstream version 1.0.2
  * Bump Standards-Version to 4.4.0
  * Bump debhelper compatibility level to 12
  * Use salsa.debian.org in Vcs-* fields
  * Change section to javascript
  * Switch to pkg-js-tools auto install
  * Remove tests
  * Add node-tweetnacl as build dependency

 -- Ambady Anand S <email address hidden>  Mon, 30 Sep 2019 18:32:47 +0000

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-bcrypt-pbkdf_1.0.2-1.dsc 2.0 KiB 379d451080866be5aa523083cd18a3e0ba9fae22db66c63323033ebd1ef910be
node-bcrypt-pbkdf_1.0.2.orig.tar.gz 10.8 KiB e13e9e9f5d438223a02a906e6b77dfc97985a4ccf469ddb65261012973f07826
node-bcrypt-pbkdf_1.0.2-1.debian.tar.xz 2.9 KiB baeb3731c154bff334e8f90674baab17ae46cfda283e31261a4782ad17823ad5

Available diffs

No changes file available.

Binary packages built by this source

node-bcrypt-pbkdf: Port of the OpenBSD bcrypt_pbkdf function to pure JS

 Port of the OpenBSD `bcrypt_pbkdf` function to pure Javascript. `npm`-ified
 version of Devi Mandiri's port, with some minor performance improvements.
 The code is copied verbatim (and un-styled) from Devi's work.
 .
 Node.js is an event-based server-side JavaScript engine.