Socket
Socket
Sign inDemoInstall

core-js-compat

Package Overview
Dependencies
Maintainers
2
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-js-compat - npm Package Compare versions

Comparing version 3.10.2 to 3.11.0

1

data.json

@@ -2891,2 +2891,3 @@ {

"esnext.number.range": {},
"esnext.object.has-own": {},
"esnext.object.iterate-entries": {},

@@ -2893,0 +2894,0 @@ "esnext.object.iterate-keys": {},

@@ -373,3 +373,6 @@ {

"esnext.typed-array.unique-by"
],
"3.11": [
"esnext.object.has-own"
]
}

@@ -289,2 +289,3 @@ [

"esnext.number.range",
"esnext.object.has-own",
"esnext.object.iterate-entries",

@@ -291,0 +292,0 @@ "esnext.object.iterate-keys",

8

package.json
{
"name": "core-js-compat",
"description": "core-js compat",
"version": "3.10.2",
"version": "3.11.0",
"repository": {

@@ -16,5 +16,5 @@ "type": "git",

"devDependencies": {
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"detective": "^5.2.0",
"electron-to-chromium": "^1.3.717",
"electron-to-chromium": "^1.3.719",
"glob": "^7.1.6"

@@ -27,3 +27,3 @@ },

"license": "MIT",
"gitHead": "871050326809b302c67e4fb4e0e4007a2db7b8e8"
"gitHead": "e94a771bfe1c88f1c37c4fa05505e82e84739493"
}

@@ -10,3 +10,3 @@ [`core-js-compat` package](https://github.com/zloirock/core-js/tree/master/packages/core-js-compat) contains data about the necessity of [`core-js`](https://github.com/zloirock/core-js) modules and API for getting a list of required core-js modules by browserslist query.

filter: /^(es|web)\./, // optional filter - string-prefix, regexp or list of modules
version: '3.10', // used `core-js` version, by default - the latest
version: '3.11', // used `core-js` version, by default - the latest
});

@@ -13,0 +13,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc