node-get-func-name 2.0.2-1 source package in Ubuntu

Changelog

node-get-func-name (2.0.2-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.2, no changes needed.
  * Use GitHub tages, not npm registry
  * New upstream version (Closes: #1053262, CVE-2023-43646)
  * Build with browserify like upstream
  * Enable test (mocha)

 -- Yadd <email address hidden>  Thu, 21 Dec 2023 20:56:35 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-get-func-name_2.0.2-1.dsc 2.1 KiB 25c61e41a5458d4cd6c18b2f75a0a00c9dc9050fa29391e1c1f8bc5fff02fad8
node-get-func-name_2.0.2.orig.tar.gz 109.6 KiB a3f96ecb8fd54271d38e2843dad3ce3e50c8e41718d601b950ea7eab60f35d14
node-get-func-name_2.0.2-1.debian.tar.xz 3.6 KiB 578f8c4de2ebd07259ffd7e846aecd06848d7ddbf402be513d20d7d9d8d80a00

Available diffs

No changes file available.

Binary packages built by this source

node-get-func-name: Utility for getting a function's name for node and the browser

 This is a module to retrieve a function's name securely and consistently both
 in NodeJS and the browser.
 .
 Node.js is an event-based server-side JavaScript engine.