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

Changelog

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

  * New upstream release.

 -- Julien Puydt <email address hidden>  Wed, 22 Dec 2021 10:12:21 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-es5-shim_4.6.4-1.dsc 2.1 KiB 3d79da5ca581906b0e596a2a97142bdf8e1887fc61a48dae2e51cc39e32610a5
node-es5-shim_4.6.4.orig.tar.gz 103.9 KiB ff2862c25d5aef69e7bbf2d0e2c06b2d07f50a87f79826b5915108b3695ef600
node-es5-shim_4.6.4-1.debian.tar.xz 3.6 KiB 4d6f4ea7a52f3148cccf4df55c3435dab416b0c17a381473a16d6f15138ce1b3

Available diffs

No changes file available.

Binary packages built by this source

libjs-es5-shim: ECMAScript 5 compatibility 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 compatibility 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.