core-js-compat 3.3.3 → 3.3.4

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 +8 -2
  2. package/package.json +4 -4
package/data.json CHANGED
@@ -1601,7 +1601,10 @@
1601
1601
  "electron": "1.2",
1602
1602
  "ios": "10.0"
1603
1603
  },
1604
- "es.string.match-all": {},
1604
+ "es.string.match-all": {
1605
+ "chrome": "80",
1606
+ "opera": "67"
1607
+ },
1605
1608
  "es.string.pad-end": {
1606
1609
  "edge": "15",
1607
1610
  "chrome": "57",
@@ -2363,7 +2366,10 @@
2363
2366
  "esnext.set.union": {},
2364
2367
  "esnext.string.at": {},
2365
2368
  "esnext.string.code-points": {},
2366
- "esnext.string.match-all": {},
2369
+ "esnext.string.match-all": {
2370
+ "chrome": "80",
2371
+ "opera": "67"
2372
+ },
2367
2373
  "esnext.string.replace-all": {},
2368
2374
  "esnext.symbol.async-dispose": {},
2369
2375
  "esnext.symbol.dispose": {},
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "core-js-compat",
3
3
  "description": "core-js compat",
4
- "version": "3.3.3",
4
+ "version": "3.3.4",
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.1",
11
+ "browserslist": "^4.7.2",
12
12
  "semver": "^6.3.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "detective": "^5.2.0",
16
- "electron-to-chromium": "^1.3.289",
17
- "glob": "^7.1.4"
16
+ "electron-to-chromium": "^1.3.296",
17
+ "glob": "^7.1.5"
18
18
  },
19
19
  "license": "MIT"
20
20
  }