core-js-compat 3.22.2 → 3.22.5
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.
- package/data.json +2 -4
- package/package.json +3 -4
package/data.json
CHANGED
|
@@ -457,7 +457,6 @@
|
|
|
457
457
|
"deno": "1.0",
|
|
458
458
|
"edge": "14",
|
|
459
459
|
"electron": "1.4",
|
|
460
|
-
"firefox": "48",
|
|
461
460
|
"ios": "10.0",
|
|
462
461
|
"node": "7.0",
|
|
463
462
|
"opera": "40",
|
|
@@ -746,7 +745,6 @@
|
|
|
746
745
|
"node": "0.11.9",
|
|
747
746
|
"opera": "19",
|
|
748
747
|
"opera_mobile": "19",
|
|
749
|
-
"rhino": "1.7.14",
|
|
750
748
|
"safari": "7.1",
|
|
751
749
|
"samsung": "2.0"
|
|
752
750
|
},
|
|
@@ -1935,6 +1933,7 @@
|
|
|
1935
1933
|
"node": "10.4",
|
|
1936
1934
|
"opera": "54",
|
|
1937
1935
|
"opera_mobile": "48",
|
|
1936
|
+
"rhino": "1.7.14",
|
|
1938
1937
|
"safari": "11.0",
|
|
1939
1938
|
"samsung": "9.0"
|
|
1940
1939
|
},
|
|
@@ -1977,6 +1976,7 @@
|
|
|
1977
1976
|
"node": "10.4",
|
|
1978
1977
|
"opera": "54",
|
|
1979
1978
|
"opera_mobile": "48",
|
|
1979
|
+
"rhino": "1.7.14",
|
|
1980
1980
|
"safari": "13.0.3",
|
|
1981
1981
|
"samsung": "9.0"
|
|
1982
1982
|
},
|
|
@@ -2562,7 +2562,6 @@
|
|
|
2562
2562
|
"node": "8.3",
|
|
2563
2563
|
"opera": "46",
|
|
2564
2564
|
"opera_mobile": "43",
|
|
2565
|
-
"rhino": "1.7.13",
|
|
2566
2565
|
"safari": "12.1",
|
|
2567
2566
|
"samsung": "7.0"
|
|
2568
2567
|
},
|
|
@@ -3261,7 +3260,6 @@
|
|
|
3261
3260
|
"node": "0.11.0",
|
|
3262
3261
|
"opera": "16",
|
|
3263
3262
|
"opera_mobile": "16",
|
|
3264
|
-
"rhino": "1.7.14",
|
|
3265
3263
|
"safari": "7.1",
|
|
3266
3264
|
"samsung": "1.5"
|
|
3267
3265
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "core-js-compat",
|
|
3
3
|
"description": "core-js compat",
|
|
4
|
-
"version": "3.22.
|
|
4
|
+
"version": "3.22.5",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git",
|
|
@@ -9,13 +9,12 @@
|
|
|
9
9
|
},
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"browserslist": "^4.20.
|
|
12
|
+
"browserslist": "^4.20.3",
|
|
13
13
|
"semver": "7.0.0"
|
|
14
14
|
},
|
|
15
15
|
"funding": {
|
|
16
16
|
"type": "opencollective",
|
|
17
17
|
"url": "https://opencollective.com/core-js"
|
|
18
18
|
},
|
|
19
|
-
"license": "MIT"
|
|
20
|
-
"gitHead": "c949d92f76531a2fc31f0fdf7fda6c86e258d9b1"
|
|
19
|
+
"license": "MIT"
|
|
21
20
|
}
|