core-js-compat 3.4.1 → 3.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/data.json +5 -5
  2. package/package.json +3 -3
package/data.json CHANGED
@@ -1637,7 +1637,8 @@
1637
1637
  "es.string.match-all": {
1638
1638
  "chrome": "80",
1639
1639
  "edge": "80",
1640
- "opera": "67"
1640
+ "opera": "67",
1641
+ "electron": "8.0"
1641
1642
  },
1642
1643
  "es.string.pad-end": {
1643
1644
  "edge": "15",
@@ -2412,11 +2413,10 @@
2412
2413
  "esnext.string.match-all": {
2413
2414
  "chrome": "80",
2414
2415
  "edge": "80",
2415
- "opera": "67"
2416
- },
2417
- "esnext.string.replace-all": {
2418
- "firefox": "72"
2416
+ "opera": "67",
2417
+ "electron": "8.0"
2419
2418
  },
2419
+ "esnext.string.replace-all": {},
2420
2420
  "esnext.symbol.async-dispose": {},
2421
2421
  "esnext.symbol.dispose": {},
2422
2422
  "esnext.symbol.observable": {},
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
3
  "description": "core-js compat",
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git"
8
8
  },
9
9
  "main": "index.js",
10
10
  "dependencies": {
11
- "browserslist": "^4.7.2",
11
+ "browserslist": "^4.7.3",
12
12
  "semver": "^6.3.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "detective": "^5.2.0",
16
- "electron-to-chromium": "^1.3.306",
16
+ "electron-to-chromium": "^1.3.308",
17
17
  "glob": "^7.1.6"
18
18
  },
19
19
  "funding": {