node-es5-shim 4.5.9-1 source package in Ubuntu

Changelog

node-es5-shim (4.5.9-1) unstable; urgency=medium

  * New upstream release.
  * Correct links in the node-es5-shim package.

 -- Julien Puydt <email address hidden>  Sat, 18 Jun 2016 09:10:05 +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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-es5-shim_4.5.9-1.dsc 2.0 KiB f39dfa5f7a24d15a385fc04020fc0a8feccc0ec08b3ff933f6241f3f5e2ee001
node-es5-shim_4.5.9.orig.tar.gz 100.8 KiB 14863a1a5e81e1c599e7954e248abdff8d42c4926edf7c7f6bd3832fa36fd679
node-es5-shim_4.5.9-1.debian.tar.xz 2.8 KiB 507d9e70f3850d73945937b311e29edb4b7978f744c724b19d5be321eab08c95

Available diffs

No changes file available.

Binary packages built by this source

libjs-es5-shim: ECMAScript 5 compat. shims for old JavaScript engines (library)

 The es5-shim library monkey-patches a JavaScript context to contain
 all ECMAScript 5 methods that can be faithfully emulated with a
 legacy JavaScript engine.
 .
 The es5-sham part tries to complete the picture as best as possible, but
 for those methods the result is not as close and mostly intends to avoid
 runtime errors : in many cases it might just silently fail.

node-es5-shim: ECMAScript 5 compat. shims for old JavaScript engines (Node.js)

 The es5-shim library monkey-patches a JavaScript context to contain
 all ECMAScript 5 methods that can be faithfully emulated with a
 legacy JavaScript engine.
 .
 The es5-sham part tries to complete the picture as best as possible, but
 for those methods the result is not as close and mostly intends to avoid
 runtime errors : in many cases it might just silently fail.
 .
 Node.js is an event-based server-side JavaScript engine.