node-puka 1.0.1+dfsg-3 source package in Ubuntu

Changelog

node-puka (1.0.1+dfsg-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + node-puka: Add Multi-Arch: foreign.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Update standards version to 4.6.1, no changes needed.

  [ Yadd ]
  * Add fix for rollup 3 (Closes: #1022696)

 -- Yadd <email address hidden>  Fri, 28 Oct 2022 16:06:56 +0200

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-puka_1.0.1+dfsg-3.dsc 2.0 KiB 661f0a6e17433e9caedd5ea51b59cd2ecc2119c325c972b51bd332d99941ab5f
node-puka_1.0.1+dfsg.orig.tar.xz 152.3 KiB 451aa2ab3755400e9755d1481ef3d9ecbd1e241777e119860b0fca8717a58a36
node-puka_1.0.1+dfsg-3.debian.tar.xz 3.8 KiB 9a54cdb0df9438507feb666dfed1f8bf3ed52c60c55f90ca219d09ae3b2e9409

Available diffs

No changes file available.

Binary packages built by this source

node-puka: Safely pass strings through shells - Node.js module

 A Node.js module that provides a simple and platform-agnostic way
 to build shell commands with arguments that pass through your shell
 unaltered and with no unsafe side effects, whether you are running
 on Windows or a Unix-based OS.
 .
 It is useful when launching a child process from Node.js using a shell
 (as with child_process.exec); in that case you have to construct your
 command as a single string instead of using an array of arguments.
 And doing that can be buggy (if not dangerous) if you don't take care
 to quote any arguments correctly for the shell you're targeting, and
 the quoting has to be done differently on Windows and non-Windows shells.
 .
 Node.js is an event-based server-side JavaScript engine.