core-js-compat 3.18.2 → 3.18.3
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 +4 -9
- package/package.json +2 -2
package/data.json
CHANGED
|
@@ -1638,7 +1638,8 @@
|
|
|
1638
1638
|
"electron": "14.0",
|
|
1639
1639
|
"firefox": "92",
|
|
1640
1640
|
"node": "16.9",
|
|
1641
|
-
"opera": "79"
|
|
1641
|
+
"opera": "79",
|
|
1642
|
+
"safari": "15.1"
|
|
1642
1643
|
},
|
|
1643
1644
|
"es.object.is": {
|
|
1644
1645
|
"android": "4.1",
|
|
@@ -3385,7 +3386,8 @@
|
|
|
3385
3386
|
"electron": "14.0",
|
|
3386
3387
|
"firefox": "92",
|
|
3387
3388
|
"node": "16.9",
|
|
3388
|
-
"opera": "79"
|
|
3389
|
+
"opera": "79",
|
|
3390
|
+
"safari": "15.1"
|
|
3389
3391
|
},
|
|
3390
3392
|
"esnext.object.iterate-entries": {},
|
|
3391
3393
|
"esnext.object.iterate-keys": {},
|
|
@@ -3521,7 +3523,6 @@
|
|
|
3521
3523
|
"chrome": "58",
|
|
3522
3524
|
"deno": "1.0",
|
|
3523
3525
|
"edge": "16",
|
|
3524
|
-
"electron": "1.7",
|
|
3525
3526
|
"firefox": "50",
|
|
3526
3527
|
"ios": "10.0",
|
|
3527
3528
|
"node": "0.0.1",
|
|
@@ -3536,7 +3537,6 @@
|
|
|
3536
3537
|
"chrome": "66",
|
|
3537
3538
|
"deno": "1.0",
|
|
3538
3539
|
"edge": "74",
|
|
3539
|
-
"electron": "3.0",
|
|
3540
3540
|
"firefox": "60",
|
|
3541
3541
|
"ios": "13.4",
|
|
3542
3542
|
"node": "0.0.1",
|
|
@@ -3555,7 +3555,6 @@
|
|
|
3555
3555
|
"chrome": "71",
|
|
3556
3556
|
"deno": "1.0",
|
|
3557
3557
|
"edge": "74",
|
|
3558
|
-
"electron": "5.0",
|
|
3559
3558
|
"firefox": "69",
|
|
3560
3559
|
"ios": "12.2",
|
|
3561
3560
|
"node": "12.0",
|
|
@@ -3569,7 +3568,6 @@
|
|
|
3569
3568
|
"chrome": "1",
|
|
3570
3569
|
"deno": "1.0",
|
|
3571
3570
|
"edge": "12",
|
|
3572
|
-
"electron": "0.20",
|
|
3573
3571
|
"firefox": "1",
|
|
3574
3572
|
"ie": "10",
|
|
3575
3573
|
"ios": "1.0",
|
|
@@ -3586,7 +3584,6 @@
|
|
|
3586
3584
|
"chrome": "67",
|
|
3587
3585
|
"deno": "1.0",
|
|
3588
3586
|
"edge": "74",
|
|
3589
|
-
"electron": "4.0",
|
|
3590
3587
|
"firefox": "57",
|
|
3591
3588
|
"ios": "14.0",
|
|
3592
3589
|
"node": "10.0",
|
|
@@ -3600,7 +3597,6 @@
|
|
|
3600
3597
|
"chrome": "71",
|
|
3601
3598
|
"deno": "1.0",
|
|
3602
3599
|
"edge": "74",
|
|
3603
|
-
"electron": "5.0",
|
|
3604
3600
|
"firefox": "57",
|
|
3605
3601
|
"ios": "14.0",
|
|
3606
3602
|
"node": "10.0",
|
|
@@ -3614,7 +3610,6 @@
|
|
|
3614
3610
|
"chrome": "67",
|
|
3615
3611
|
"deno": "1.0",
|
|
3616
3612
|
"edge": "74",
|
|
3617
|
-
"electron": "4.0",
|
|
3618
3613
|
"firefox": "57",
|
|
3619
3614
|
"ios": "14.0",
|
|
3620
3615
|
"node": "10.0",
|
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.18.
|
|
4
|
+
"version": "3.18.3",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"url": "https://opencollective.com/core-js"
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "11f8efbfd552c8fca86188554ec3a8003580dd0c"
|
|
21
21
|
}
|