Comparing version
@@ -0,5 +1,11 @@ | ||
var $documentAll = require('../internals/document-all'); | ||
var documentAll = $documentAll.all; | ||
// `IsCallable` abstract operation | ||
// https://tc39.es/ecma262/#sec-iscallable | ||
module.exports = function (argument) { | ||
module.exports = $documentAll.IS_HTMLDDA ? function (argument) { | ||
return typeof argument == 'function' || argument === documentAll; | ||
} : function (argument) { | ||
return typeof argument == 'function'; | ||
}; |
var isCallable = require('../internals/is-callable'); | ||
var $documentAll = require('../internals/document-all'); | ||
var documentAll = typeof document == 'object' && document.all; | ||
var documentAll = $documentAll.all; | ||
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot | ||
var SPECIAL_DOCUMENT_ALL = typeof documentAll == 'undefined' && documentAll !== undefined; | ||
module.exports = SPECIAL_DOCUMENT_ALL ? function (it) { | ||
module.exports = $documentAll.IS_HTMLDDA ? function (it) { | ||
return typeof it == 'object' ? it !== null : isCallable(it) || it === documentAll; | ||
@@ -10,0 +8,0 @@ } : function (it) { |
@@ -7,7 +7,7 @@ var IS_PURE = require('../internals/is-pure'); | ||
})('versions', []).push({ | ||
version: '3.25.1', | ||
version: '3.25.2', | ||
mode: IS_PURE ? 'pure' : 'global', | ||
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)', | ||
license: 'https://github.com/zloirock/core-js/blob/v3.25.1/LICENSE', | ||
license: 'https://github.com/zloirock/core-js/blob/v3.25.2/LICENSE', | ||
source: 'https://github.com/zloirock/core-js' | ||
}); |
{ | ||
"name": "core-js", | ||
"description": "Standard library", | ||
"version": "3.25.1", | ||
"version": "3.25.2", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
 | ||
[](https://opencollective.com/core-js) [](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md) [](https://www.npmjs.com/package/core-js) [](https://npm-stat.com/charts.html?package=core-js&package=core-js-pure&package=core-js-compat&from=2014-11-18) [](https://npm-stat.com/charts.html?package=core-js&package=core-js-pure&package=core-js-compat&from=2014-11-18) [](https://github.com/zloirock/core-js/actions) [](https://github.com/zloirock/core-js/actions) | ||
<div align="center"> | ||
[](https://opencollective.com/core-js) [](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md) [](https://www.npmjs.com/package/core-js) [](https://npm-stat.com/charts.html?package=core-js&package=core-js-pure&package=core-js-compat&from=2014-11-18) [](https://github.com/zloirock/core-js/actions) [](https://github.com/zloirock/core-js/actions) | ||
</div> | ||
> Modular standard library for JavaScript. Includes polyfills for [ECMAScript up to 2023](https://github.com/zloirock/core-js#ecmascript): [promises](https://github.com/zloirock/core-js#ecmascript-promise), [symbols](https://github.com/zloirock/core-js#ecmascript-symbol), [collections](https://github.com/zloirock/core-js#ecmascript-collections), iterators, [typed arrays](https://github.com/zloirock/core-js#ecmascript-typed-arrays), many other features, [ECMAScript proposals](https://github.com/zloirock/core-js#ecmascript-proposals), [some cross-platform WHATWG / W3C features and proposals](#web-standards) like [`URL`](https://github.com/zloirock/core-js#url-and-urlsearchparams). You can load only required features or use it without global namespace pollution. | ||
@@ -6,0 +10,0 @@ |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1022636
0.02%3107
0.03%23591
0.04%73
5.8%280
-0.36%1
-50%1
-50%0
-100%7
-12.5%