core-js-compat
Advanced tools
Comparing version 3.20.3 to 3.21.0
@@ -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", |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
435965
17310
11