node-es5-shim 4.6.7-2 source package in Ubuntu

Changelog

node-es5-shim (4.6.7-2) unstable; urgency=medium

  * Team upload
  * Fix filenamemangle
  * Drop __proto__ calls

 -- Yadd <email address hidden>  Wed, 21 Sep 2022 15:45:52 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-es5-shim_4.6.7-2.dsc 2.0 KiB dae0d6fea5162b986abdd9c008c2b4a8b0484b3048ca15296a5b9b58d29c1f56
node-es5-shim_4.6.7.orig.tar.gz 105.3 KiB 4d604e35ee9cc8ba6417b4e1e127624b7e98e34c5521538c95d24be7aae9fde6
node-es5-shim_4.6.7-2.debian.tar.xz 4.7 KiB 7e81320aff5f214c48d1633bcb5a6dbd664046eb90cca65f2f3472e2ae9459a3

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.