Socket
Socket
Sign inDemoInstall

core-js-compat

Package Overview
Dependencies
Maintainers
1
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.37.1 to 3.38.0

3

compat.js

@@ -22,3 +22,4 @@ 'use strict';

return atLeastSomeModules(allModules.filter(it => it.startsWith(filter)), filter);
} else if (filter instanceof RegExp) return atLeastSomeModules(allModules.filter(it => filter.test(it)), filter);
}
if (filter instanceof RegExp) return atLeastSomeModules(allModules.filter(it => filter.test(it)), filter);
throwInvalidFilter(filter);

@@ -25,0 +26,0 @@ }

@@ -543,3 +543,7 @@ {

"web.url.parse"
],
"3.38": [
"esnext.uint8-array.set-from-base64",
"esnext.uint8-array.set-from-hex"
]
}

@@ -449,2 +449,4 @@ [

"esnext.uint8-array.from-hex",
"esnext.uint8-array.set-from-base64",
"esnext.uint8-array.set-from-hex",
"esnext.uint8-array.to-base64",

@@ -451,0 +453,0 @@ "esnext.uint8-array.to-hex",

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

@@ -25,4 +25,4 @@ "description": "core-js compat",

"dependencies": {
"browserslist": "^4.23.0"
"browserslist": "^4.23.3"
}
}

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

],
version: '3.37', // used `core-js` version, by default - the latest
version: '3.38', // used `core-js` version, by default - the latest
inverse: false, // inverse of the result - shows modules that are NOT required for the target environment

@@ -129,5 +129,5 @@ });

// the subset of modules which available in the passed `core-js` version:
require('core-js-compat/get-modules-list-for-target-version')('3.37'); // => Array<ModuleName>
require('core-js-compat/get-modules-list-for-target-version')('3.38'); // => Array<ModuleName>
// or
require('core-js-compat').getModulesListForTargetVersion('3.37'); // => Array<ModuleName>
require('core-js-compat').getModulesListForTargetVersion('3.38'); // => Array<ModuleName>
```

@@ -134,0 +134,0 @@

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