project-syndicate.org 25 packages

Last scanned on Oct 27 at 06:06 PM
get-intrinsic 1.1.3Outdated
Get and robustly cache all JS language-level intrinsics at first require time
License
MIT
Footprint
7 KB
Matched Modules
Version distribution in production
707
1.1.1
564
1.1.0
442
1.1.3
230
1.1.2
61
1.0.2
30
1.0.0
function-bind 1.1.0 - 1.1.1Outdated
Implementation of Function.prototype.bind
call-bind 1.0.2Outdated
Robustly `.call.bind()` a function
object-inspect 1.12.2Outdated
string representations of objects in node and the browser
has-symbols 1.0.2 - 1.0.3
Determine if the JS environment has Symbol support. Supports spec, or shams.
has-property-descriptors 1.0.0Outdated
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
es-abstract 1.19.2 - 1.20.3Outdated
ECMAScript spec abstract operations.
define-properties 1.1.4Outdated
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
is-callable 1.2.7
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
has-tostringtag 1.0.0Outdated
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
object-keys 1.1.0 - 1.1.1
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
is-regex 1.1.4
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
is-date-object 1.0.5
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-string 1.0.7
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
for-each 0.3.3
A better forEach
ljharb
raynos
es-to-primitive 1.2.0 - 1.2.1
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
array-includes 3.1.2 - 3.1.5Outdated
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
has 1.0.1 - 1.0.3Outdated
Object.prototype.hasOwnProperty.call shortcut
tarruda
tarruda
string.prototype.trim 1.2.6Outdated
ES5 spec-compliant shim for String.prototype.trim
object.entries 1.0.0 - 1.1.5Outdated
ES2017 spec-compliant Object.entries shim.
es-array-method-boxes-properly 1.0.0
Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
ljharb
ljharb
es5-ext 0.3.0 - 0.6.3Outdated
ECMAScript extensions and shims
react-scripts 0.4.2Outdated
Configuration and scripts for Create React App.
+1
fb
timer
iansu
node-polyglot 2.4.0 - 2.4.2Outdated
Give your JavaScript the ability to speak many languages.
analytics-utils 0.0.7 - 0.0.15Outdated
Analytics utility functions used by 'analytics' module