node-simple-swizzle 0.2.2-5 source package in Ubuntu

Changelog

node-simple-swizzle (0.2.2-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on mocha.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 20:49:00 +0000

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-simple-swizzle_0.2.2-5.dsc 2.1 KiB ba0376b32b392605e4df77a896afc71315ceb50b210dfd26a746f6ca00aec2be
node-simple-swizzle_0.2.2.orig.tar.gz 2.8 KiB 19c19fc19726d9e10092087db40909b1d09104173bb9ec3e388806056fcd3e3e
node-simple-swizzle_0.2.2-5.debian.tar.xz 2.7 KiB 9d0adf35489e17253276c97bfecaa764d61787b004906b51cf819fc1bb9d005a

Available diffs

No changes file available.

Binary packages built by this source

node-simple-swizzle: Simply swizzle your arguments

 This module can be used to swizzle your function arguments; ie, pass in mixed
 arrays/values and get a clean array. For example, if you swizzle
 (1, [2, 3], 4), then you get [1, 2, 3, 4].
 .
 Node.js is an event-based server-side JavaScript engine.