node-os-tmpdir 1.0.2-1 source package in Ubuntu

Changelog

node-os-tmpdir (1.0.2-1) unstable; urgency=medium

  * Move node-os-tmpdir from experimental to unstable, freeze is over
  * Bump standards version, use https for copyright format URL

 -- Ross Gammon <email address hidden>  Thu, 13 Jul 2017 17:43:11 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-os-tmpdir_1.0.2-1.dsc 2.0 KiB 299c8d7f83451fd4994a56bbd18b8bea492722e33760e8a3df3bc60f8abf9fe5
node-os-tmpdir_1.0.2.orig.tar.gz 2.4 KiB fe8166f51ff8ebe58b2f992319636f19d89520a45575e4a221f3d56f2e0fa115
node-os-tmpdir_1.0.2-1.debian.tar.xz 2.8 KiB c66d901e723c0c4c7231fa91e8abf0fc0d9405088ece2c071126965c45295444

Available diffs

No changes file available.

Binary packages built by this source

node-os-tmpdir: Node.js os.tmpdir() ponyfill

 Ponyfill: A polyfill that doesn't overwrite the native method.
 .
 Use this instead of require('os').tmpdir() to get a consistent behaviour
 on different Node.js versions (even 0.8).
 .
 Node.js is an event-based server-side JavaScript engine.