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.4.4 to 3.4.5

8

data.json

@@ -213,3 +213,3 @@ {

"es.array.filter": {
"edge": "13",
"edge": "15",
"chrome": "51",

@@ -367,3 +367,3 @@ "firefox": "48",

"chrome": "51",
"firefox": "48",
"firefox": "50",
"safari": "10.0",

@@ -1035,6 +1035,6 @@ "opera": "38",

"es.object.assign": {
"edge": "13",
"chrome": "49",
"firefox": "36",
"safari": "9.0",
"edge": "74",
"opera": "36",

@@ -1495,6 +1495,6 @@ "node": "6.0",

"es.reflect.set": {
"edge": "12",
"chrome": "49",
"firefox": "42",
"safari": "10.0",
"edge": "74",
"opera": "36",

@@ -1501,0 +1501,0 @@ "node": "6.0",

{
"name": "core-js-compat",
"description": "core-js compat",
"version": "3.4.4",
"version": "3.4.5",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -5,7 +5,7 @@ [`core-js-compat` package](https://github.com/zloirock/core-js/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.

const {
list, // array of required modules
targets, // object with targets for each module
list, // array of required modules
targets, // object with targets for each module
} = require('core-js-compat')({
targets: '> 2.5%', // browserslist query
filter: 'es.', // optional filter - string-prefix, regexp or list of modules
targets: '> 2.5%', // browserslist query
filter: /^(es|web)\./, // optional filter - string-prefix, regexp or list of modules
});

@@ -16,20 +16,35 @@

{
'es.symbol.description': { ios: '12.0-12.1' },
'es.array.reverse': { ios: '12.0-12.1' },
'es.string.replace': { firefox: '63', ios: '12.0-12.1' },
'es.string.trim': { ios: '12.0-12.1' },
'es.promise': { firefox: '63' },
'es.promise.finally': { firefox: '63' },
'es.array-buffer.slice': { ios: '12.0-12.1' },
'es.typed-array.int8-array': { ios: '12.0-12.1' },
'es.typed-array.uint8-array': { ios: '12.0-12.1' },
'es.typed-array.uint8-clamped-array': { ios: '12.0-12.1' },
'es.typed-array.int16-array': { ios: '12.0-12.1' },
'es.typed-array.uint16-array': { ios: '12.0-12.1' },
'es.typed-array.int32-array': { ios: '12.0-12.1' },
'es.typed-array.uint32-array': { ios: '12.0-12.1' },
'es.typed-array.float32-array': { ios: '12.0-12.1' },
'es.typed-array.float64-array': { ios: '12.0-12.1' },
'es.typed-array.from': { ios: '12.0-12.1' },
'es.typed-array.of': { ios: '12.0-12.1' }
'es.symbol.description': { ios: '12.2-12.4' },
'es.symbol.match-all': { ios: '12.2-12.4' },
'es.array.reverse': { ios: '12.2-12.4' },
'es.array.unscopables.flat': { ios: '12.2-12.4' },
'es.array.unscopables.flat-map': { ios: '12.2-12.4' },
'es.array-buffer.slice': { ios: '12.2-12.4' },
'es.global-this': { ios: '12.2-12.4' },
'es.json.stringify': { ios: '12.2-12.4' },
'es.math.hypot': { chrome: '77' },
'es.object.from-entries': { ios: '12.2-12.4' },
'es.promise.all-settled': { firefox: '69', ios: '12.2-12.4' },
'es.promise.finally': { ios: '12.2-12.4' },
'es.string.match-all': { chrome: '77', firefox: '69', ios: '12.2-12.4' },
'es.string.replace': { firefox: '69', ios: '12.2-12.4' },
'es.string.trim': { ios: '12.2-12.4' },
'es.string.trim-end': { ios: '12.2-12.4' },
'es.typed-array.float32-array': { ios: '12.2-12.4' },
'es.typed-array.float64-array': { ios: '12.2-12.4' },
'es.typed-array.int8-array': { ios: '12.2-12.4' },
'es.typed-array.int16-array': { ios: '12.2-12.4' },
'es.typed-array.int32-array': { ios: '12.2-12.4' },
'es.typed-array.uint8-array': { ios: '12.2-12.4' },
'es.typed-array.uint8-clamped-array': { ios: '12.2-12.4' },
'es.typed-array.uint16-array': { ios: '12.2-12.4' },
'es.typed-array.uint32-array': { ios: '12.2-12.4' },
'es.typed-array.from': { ios: '12.2-12.4' },
'es.typed-array.of': { ios: '12.2-12.4' },
'web.dom-collections.iterator': { ios: '12.2-12.4' },
'web.immediate': { chrome: '77', firefox: '69', ios: '12.2-12.4' },
'web.queue-microtask': { ios: '12.2-12.4' },
'web.url': { ios: '12.2-12.4' },
'web.url.to-json': { ios: '12.2-12.4' },
'web.url-search-params': { ios: '12.2-12.4' }
}

@@ -36,0 +51,0 @@ */

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