node-parse-asn1 5.1.6-1 source package in Ubuntu

Changelog

node-parse-asn1 (5.1.6-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Fix field name typos in debian/copyright.
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Use dh-sequence-nodejs
  * Remove dependency to nodejs
  * New upstream version 5.1.6
  * Remove dependency to node-create-hash
  * Add dependency to node-safe-buffer

 -- Xavier Guimard <email address hidden>  Sat, 26 Dec 2020 09:37:23 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-parse-asn1_5.1.6-1.dsc 2.2 KiB 630cafe1e05aee9fdbb881eb5d0a1518cf6c0e7546ee8cdde19604e259a79aec
node-parse-asn1_5.1.6.orig.tar.gz 19.7 KiB e73811084728dcaf396e0443965ac672f6c94907bdfe98d82a6065b5a721e54a
node-parse-asn1_5.1.6-1.debian.tar.xz 3.2 KiB 569296e2513f4a3dd4c54a5aee2028a062f31addb170ae29f71b27eb70a0f5ee

Available diffs

No changes file available.

Binary packages built by this source

node-parse-asn1: utility library for parsing asn1 files

 utility library for parsing asn1 files for use with browserify-sign.
 .
 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.