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.31.1 to 3.32.0

7

modules-by-versions.json

@@ -507,3 +507,10 @@ {

"web.url-search-params.has"
],
"3.32": [
"esnext.data-view.get-float16",
"esnext.data-view.get-uint8-clamped",
"esnext.data-view.set-float16",
"esnext.data-view.set-uint8-clamped",
"esnext.math.f16round"
]
}

@@ -287,2 +287,6 @@ [

"esnext.composite-symbol",
"esnext.data-view.get-float16",
"esnext.data-view.get-uint8-clamped",
"esnext.data-view.set-float16",
"esnext.data-view.set-uint8-clamped",
"esnext.disposable-stack.constructor",

@@ -340,2 +344,3 @@ "esnext.function.demethodize",

"esnext.math.fscale",
"esnext.math.f16round",
"esnext.math.iaddh",

@@ -342,0 +347,0 @@ "esnext.math.imulh",

2

package.json
{
"name": "core-js-compat",
"version": "3.31.1",
"version": "3.32.0",
"description": "core-js compat",

@@ -5,0 +5,0 @@ "repository": {

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

],
version: '3.31', // used `core-js` version, by default - the latest
version: '3.32', // 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.31'); // => Array<ModuleName>
require('core-js-compat/get-modules-list-for-target-version')('3.32'); // => Array<ModuleName>
// or
require('core-js-compat').getModulesListForTargetVersion('3.31'); // => Array<ModuleName>
require('core-js-compat').getModulesListForTargetVersion('3.32'); // => 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