core-js-compat 3.22.5 → 3.22.8
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 +12 -11
- package/entries.json +3 -3
- package/package.json +1 -1
package/data.json
CHANGED
|
@@ -457,6 +457,7 @@
|
|
|
457
457
|
"deno": "1.0",
|
|
458
458
|
"edge": "14",
|
|
459
459
|
"electron": "1.4",
|
|
460
|
+
"firefox": "102",
|
|
460
461
|
"ios": "10.0",
|
|
461
462
|
"node": "7.0",
|
|
462
463
|
"opera": "40",
|
|
@@ -2970,18 +2971,18 @@
|
|
|
2970
2971
|
"samsung": "5.0"
|
|
2971
2972
|
},
|
|
2972
2973
|
"es.typed-array.fill": {
|
|
2973
|
-
"android": "
|
|
2974
|
-
"chrome": "
|
|
2974
|
+
"android": "58",
|
|
2975
|
+
"chrome": "58",
|
|
2975
2976
|
"deno": "1.0",
|
|
2976
|
-
"edge": "
|
|
2977
|
-
"electron": "
|
|
2978
|
-
"firefox": "
|
|
2979
|
-
"ios": "
|
|
2980
|
-
"node": "
|
|
2981
|
-
"opera": "
|
|
2982
|
-
"opera_mobile": "
|
|
2983
|
-
"safari": "
|
|
2984
|
-
"samsung": "
|
|
2977
|
+
"edge": "74",
|
|
2978
|
+
"electron": "1.7",
|
|
2979
|
+
"firefox": "55",
|
|
2980
|
+
"ios": "14.5",
|
|
2981
|
+
"node": "8.0",
|
|
2982
|
+
"opera": "45",
|
|
2983
|
+
"opera_mobile": "43",
|
|
2984
|
+
"safari": "14.1",
|
|
2985
|
+
"samsung": "7.0"
|
|
2985
2986
|
},
|
|
2986
2987
|
"es.typed-array.filter": {
|
|
2987
2988
|
"android": "45",
|
package/entries.json
CHANGED
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
"esnext.typed-array.with"
|
|
2196
2196
|
],
|
|
2197
2197
|
"core-js/actual/typed-array/at": [
|
|
2198
|
-
"es.typed-array.
|
|
2198
|
+
"es.typed-array.at"
|
|
2199
2199
|
],
|
|
2200
2200
|
"core-js/actual/typed-array/copy-within": [
|
|
2201
2201
|
"es.typed-array.copy-within"
|
|
@@ -7360,7 +7360,7 @@
|
|
|
7360
7360
|
"esnext.typed-array.with"
|
|
7361
7361
|
],
|
|
7362
7362
|
"core-js/features/typed-array/at": [
|
|
7363
|
-
"es.typed-array.
|
|
7363
|
+
"es.typed-array.at",
|
|
7364
7364
|
"esnext.typed-array.at"
|
|
7365
7365
|
],
|
|
7366
7366
|
"core-js/features/typed-array/copy-within": [
|
|
@@ -10678,7 +10678,7 @@
|
|
|
10678
10678
|
"esnext.typed-array.with"
|
|
10679
10679
|
],
|
|
10680
10680
|
"core-js/full/typed-array/at": [
|
|
10681
|
-
"es.typed-array.
|
|
10681
|
+
"es.typed-array.at",
|
|
10682
10682
|
"esnext.typed-array.at"
|
|
10683
10683
|
],
|
|
10684
10684
|
"core-js/full/typed-array/copy-within": [
|