Socket
Socket
Sign inDemoInstall

core-js

Package Overview
Dependencies
0
Maintainers
1
Versions
273
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.37.0 to 3.37.1

4

internals/shared-store.js

@@ -10,7 +10,7 @@ 'use strict';

(store.versions || (store.versions = [])).push({
version: '3.37.0',
version: '3.37.1',
mode: IS_PURE ? 'pure' : 'global',
copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',
license: 'https://github.com/zloirock/core-js/blob/v3.37.0/LICENSE',
license: 'https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE',
source: 'https://github.com/zloirock/core-js'
});

@@ -26,3 +26,3 @@ 'use strict';

var EXTRA_ARGS_SUPPORT = !!NativeSuppressedError && fails(function () {
return NativeSuppressedError(1, 2, 3, { cause: 4 }).cause === 4;
return new NativeSuppressedError(1, 2, 3, { cause: 4 }).cause === 4;
});

@@ -29,0 +29,0 @@

@@ -6,2 +6,3 @@ 'use strict';

var toString = require('../internals/to-string');
var USE_NATIVE_URL = require('../internals/url-constructor-detection');

@@ -12,3 +13,3 @@ var URL = getBuiltIn('URL');

// https://url.spec.whatwg.org/#dom-url-canparse
$({ target: 'URL', stat: true }, {
$({ target: 'URL', stat: true, forced: !USE_NATIVE_URL }, {
parse: function parse(url) {

@@ -15,0 +16,0 @@ var length = validateArgumentsLength(arguments.length, 1);

{
"name": "core-js",
"version": "3.37.0",
"version": "3.37.1",
"type": "commonjs",

@@ -5,0 +5,0 @@ "description": "Standard library",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc