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

core-js-compat

Package Overview
Dependencies
Maintainers
2
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.8.3 to 3.9.0

114

data.json

@@ -236,13 +236,14 @@ {

"es.array.every": {
"android": "48",
"chrome": "48",
"edge": "15",
"electron": "0.37",
"firefox": "50",
"android": "4.4",
"chrome": "26",
"edge": "12",
"electron": "0.20",
"firefox": "4",
"ie": "9",
"ios": "9.0",
"node": "6.0",
"opera": "35",
"opera_mobile": "35",
"safari": "9.0",
"samsung": "5.0"
"node": "0.11.0",
"opera": "16",
"opera_mobile": "16",
"safari": "8.0",
"samsung": "1.5"
},

@@ -328,13 +329,14 @@ "es.array.fill": {

"es.array.for-each": {
"android": "48",
"chrome": "48",
"edge": "15",
"electron": "0.37",
"firefox": "50",
"android": "4.4",
"chrome": "26",
"edge": "12",
"electron": "0.20",
"firefox": "4",
"ie": "9",
"ios": "9.0",
"node": "6.0",
"opera": "35",
"opera_mobile": "35",
"safari": "9.0",
"samsung": "5.0"
"node": "0.11.0",
"opera": "16",
"opera_mobile": "16",
"safari": "8.0",
"samsung": "1.5"
},

@@ -357,3 +359,3 @@ "es.array.from": {

"chrome": "53",
"edge": "15",
"edge": "14",
"electron": "1.4",

@@ -371,10 +373,11 @@ "firefox": "48",

"chrome": "51",
"edge": "15",
"edge": "12",
"electron": "1.2",
"firefox": "50",
"ios": "11.0",
"firefox": "4",
"ie": "9",
"ios": "9.0",
"node": "6.5",
"opera": "38",
"opera_mobile": "38",
"safari": "11.0",
"safari": "8.0",
"samsung": "5.0"

@@ -426,10 +429,11 @@ },

"chrome": "51",
"edge": "13",
"edge": "12",
"electron": "1.2",
"firefox": "50",
"ios": "11.0",
"firefox": "4",
"ie": "9",
"ios": "9.0",
"node": "6.5",
"opera": "38",
"opera_mobile": "38",
"safari": "11.0",
"safari": "8.0",
"samsung": "5.0"

@@ -466,5 +470,6 @@ },

"chrome": "83",
"edge": "15",
"edge": "12",
"electron": "9.0",
"firefox": "50",
"firefox": "4",
"ie": "9",
"ios": "9.0",

@@ -474,3 +479,3 @@ "node": "6.0",

"opera_mobile": "59",
"safari": "9.0",
"safari": "8.0",
"samsung": "13.0"

@@ -481,5 +486,6 @@ },

"chrome": "83",
"edge": "15",
"edge": "12",
"electron": "9.0",
"firefox": "50",
"firefox": "4",
"ie": "9",
"ios": "9.0",

@@ -489,3 +495,3 @@ "node": "6.0",

"opera_mobile": "59",
"safari": "9.0",
"safari": "8.0",
"samsung": "13.0"

@@ -510,24 +516,25 @@ },

"chrome": "51",
"edge": "15",
"edge": "13",
"electron": "1.2",
"firefox": "48",
"ios": "11.0",
"ios": "10.0",
"node": "6.5",
"opera": "38",
"opera_mobile": "38",
"safari": "11.0",
"safari": "10.0",
"samsung": "5.0"
},
"es.array.some": {
"android": "48",
"chrome": "48",
"edge": "15",
"electron": "0.37",
"firefox": "50",
"android": "4.4",
"chrome": "26",
"edge": "12",
"electron": "0.20",
"firefox": "4",
"ie": "9",
"ios": "9.0",
"node": "6.0",
"opera": "35",
"opera_mobile": "35",
"safari": "9.0",
"samsung": "5.0"
"node": "0.11.0",
"opera": "16",
"opera_mobile": "16",
"safari": "8.0",
"samsung": "1.5"
},

@@ -564,10 +571,10 @@ "es.array.sort": {

"chrome": "51",
"edge": "15",
"edge": "13",
"electron": "1.2",
"firefox": "49",
"ios": "11.0",
"ios": "10.0",
"node": "6.5",
"opera": "38",
"opera_mobile": "38",
"safari": "11.0",
"safari": "10.0",
"samsung": "5.0"

@@ -2782,2 +2789,4 @@ },

"esnext.array.filter-out": {},
"esnext.array.find-last": {},
"esnext.array.find-last-index": {},
"esnext.array.is-template-object": {},

@@ -2957,2 +2966,5 @@ "esnext.array.last-index": {},

"esnext.typed-array.filter-out": {},
"esnext.typed-array.find-last": {},
"esnext.typed-array.find-last-index": {},
"esnext.typed-array.unique-by": {},
"esnext.weak-map.delete-all": {},

@@ -2959,0 +2971,0 @@ "esnext.weak-map.from": {},

@@ -366,3 +366,10 @@ {

"esnext.typed-array.filter-out"
],
"3.9": [
"esnext.array.find-last",
"esnext.array.find-last-index",
"esnext.typed-array.find-last",
"esnext.typed-array.find-last-index",
"esnext.typed-array.unique-by"
]
}

@@ -216,2 +216,4 @@ [

"esnext.array.filter-out",
"esnext.array.find-last",
"esnext.array.find-last-index",
"esnext.array.is-template-object",

@@ -333,2 +335,5 @@ "esnext.array.last-index",

"esnext.typed-array.filter-out",
"esnext.typed-array.find-last",
"esnext.typed-array.find-last-index",
"esnext.typed-array.unique-by",
"esnext.weak-map.delete-all",

@@ -335,0 +340,0 @@ "esnext.weak-map.from",

{
"name": "core-js-compat",
"description": "core-js compat",
"version": "3.8.3",
"version": "3.9.0",
"repository": {

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

"dependencies": {
"browserslist": "^4.16.1",
"browserslist": "^4.16.3",
"semver": "7.0.0"

@@ -17,3 +17,3 @@ },

"detective": "^5.2.0",
"electron-to-chromium": "^1.3.641",
"electron-to-chromium": "^1.3.667",
"glob": "^7.1.6"

@@ -26,3 +26,3 @@ },

"license": "MIT",
"gitHead": "a88734f1d7d8c1b5bb797e1b8ece2ec1961111c6"
"gitHead": "37970c09678489b5663bd051342c2055f6982f37"
}

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