node-simple-swizzle 0.2.2-2ubuntu1 source package in Ubuntu

Changelog

node-simple-swizzle (0.2.2-2ubuntu1) bionic; urgency=medium

  * Update tests for --compilers deprecation

 -- Graham Inggs <email address hidden>  Wed, 28 Mar 2018 09:25:59 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-simple-swizzle_0.2.2.orig.tar.gz 2.8 KiB 19c19fc19726d9e10092087db40909b1d09104173bb9ec3e388806056fcd3e3e
node-simple-swizzle_0.2.2-2ubuntu1.debian.tar.xz 2.3 KiB aeb9121b86875b08042261e3e189e35abdd15afc81e67804ba2327f03c872aab
node-simple-swizzle_0.2.2-2ubuntu1.dsc 2.3 KiB 3c65f9fa1260eb336ef20162a725580b3e96c15e71358d8ccbdd1085fa27796c

View changes file

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.