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

Changelog

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

  * Team upload
  * Fix mocha run
  * Move to salsa
  * Bump policy and compat
  * Bug fix: "autopkgtest failure with new mocha", thanks to Graham Inggs
    (Closes: #894922).

 -- Bastien Roucariès <email address hidden>  Sun, 13 May 2018 23:46:36 +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
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-simple-swizzle_0.2.2-3.dsc 2.2 KiB 1fbef16964c2313fa27a2e5f7de74e0a2113251a71191b4ddcd3143f00ed78d3
node-simple-swizzle_0.2.2.orig.tar.gz 2.8 KiB 19c19fc19726d9e10092087db40909b1d09104173bb9ec3e388806056fcd3e3e
node-simple-swizzle_0.2.2-3.debian.tar.xz 2.5 KiB c1b8df2c9d33e110014a9f258333a68e78d7e38a6b9a3e0ac55b71efad5a6c39

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.