Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

core-js-compat

Package Overview
Dependencies
Maintainers
1
Versions
143
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.20.3 to 3.21.0

4

modules-by-versions.json

@@ -429,3 +429,7 @@ {

"web.structured-clone"
],
"3.21": [
"web.atob",
"web.btoa"
]
}

@@ -384,2 +384,4 @@ [

"esnext.weak-set.of",
"web.atob",
"web.btoa",
"web.dom-collections.for-each",

@@ -386,0 +388,0 @@ "web.dom-collections.iterator",

4

package.json
{
"name": "core-js-compat",
"description": "core-js compat",
"version": "3.20.3",
"version": "3.21.0",
"repository": {

@@ -20,3 +20,3 @@ "type": "git",

"license": "MIT",
"gitHead": "4bcdaf8646f4e60bab9ac182b06803ebd230568c"
"gitHead": "32492dc5f55ea9bbd21b8fa8145cedd36d68c160"
}

@@ -12,3 +12,3 @@ ![logo](https://user-images.githubusercontent.com/2213682/146607186-8e13ddef-26a4-4ebf-befd-5aac9d77c090.png)

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

@@ -98,7 +98,7 @@

// the subset of modules which available in the passed `core-js` version:
require('core-js-compat/get-modules-list-for-target-version')('3.20'); // => Array<ModuleName>
require('core-js-compat/get-modules-list-for-target-version')('3.21'); // => Array<ModuleName>
// or
require('core-js-compat').getModulesListForTargetVersion('3.20'); // => Array<ModuleName>
require('core-js-compat').getModulesListForTargetVersion('3.21'); // => Array<ModuleName>
```
If you want to add new / update data about modules required for target engines, [follow this instruction](https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md#updating-core-js-compat-data).

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

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