core-js-compat 3.10.2 → 3.11.0
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/README.md +1 -1
- package/data.json +1 -0
- package/entries.json +18 -0
- package/modules-by-versions.json +3 -0
- package/modules.json +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ const {
|
|
|
7
7
|
} = require('core-js-compat')({
|
|
8
8
|
targets: '> 2.5%', // browserslist query or object of minimum environment versions to support
|
|
9
9
|
filter: /^(es|web)\./, // optional filter - string-prefix, regexp or list of modules
|
|
10
|
-
version: '3.
|
|
10
|
+
version: '3.11', // used `core-js` version, by default - the latest
|
|
11
11
|
});
|
|
12
12
|
|
|
13
13
|
console.log(targets);
|
package/data.json
CHANGED
|
@@ -2888,6 +2888,7 @@
|
|
|
2888
2888
|
"esnext.math.umulh": {},
|
|
2889
2889
|
"esnext.number.from-string": {},
|
|
2890
2890
|
"esnext.number.range": {},
|
|
2891
|
+
"esnext.object.has-own": {},
|
|
2891
2892
|
"esnext.object.iterate-entries": {},
|
|
2892
2893
|
"esnext.object.iterate-keys": {},
|
|
2893
2894
|
"esnext.object.iterate-values": {},
|
package/entries.json
CHANGED
|
@@ -287,6 +287,7 @@
|
|
|
287
287
|
"esnext.math.umulh",
|
|
288
288
|
"esnext.number.from-string",
|
|
289
289
|
"esnext.number.range",
|
|
290
|
+
"esnext.object.has-own",
|
|
290
291
|
"esnext.object.iterate-entries",
|
|
291
292
|
"esnext.object.iterate-keys",
|
|
292
293
|
"esnext.object.iterate-values",
|
|
@@ -2438,6 +2439,7 @@
|
|
|
2438
2439
|
"esnext.math.umulh",
|
|
2439
2440
|
"esnext.number.from-string",
|
|
2440
2441
|
"esnext.number.range",
|
|
2442
|
+
"esnext.object.has-own",
|
|
2441
2443
|
"esnext.object.iterate-entries",
|
|
2442
2444
|
"esnext.object.iterate-keys",
|
|
2443
2445
|
"esnext.object.iterate-values",
|
|
@@ -3625,6 +3627,7 @@
|
|
|
3625
3627
|
"es.object.to-string",
|
|
3626
3628
|
"es.object.values",
|
|
3627
3629
|
"es.reflect.to-string-tag",
|
|
3630
|
+
"esnext.object.has-own",
|
|
3628
3631
|
"esnext.object.iterate-entries",
|
|
3629
3632
|
"esnext.object.iterate-keys",
|
|
3630
3633
|
"esnext.object.iterate-values"
|
|
@@ -3672,6 +3675,9 @@
|
|
|
3672
3675
|
"core-js/features/object/get-prototype-of": [
|
|
3673
3676
|
"es.object.get-prototype-of"
|
|
3674
3677
|
],
|
|
3678
|
+
"core-js/features/object/has-own": [
|
|
3679
|
+
"esnext.object.has-own"
|
|
3680
|
+
],
|
|
3675
3681
|
"core-js/features/object/is": [
|
|
3676
3682
|
"es.object.is"
|
|
3677
3683
|
],
|
|
@@ -5748,6 +5754,9 @@
|
|
|
5748
5754
|
"core-js/modules/esnext.number.range": [
|
|
5749
5755
|
"esnext.number.range"
|
|
5750
5756
|
],
|
|
5757
|
+
"core-js/modules/esnext.object.has-own": [
|
|
5758
|
+
"esnext.object.has-own"
|
|
5759
|
+
],
|
|
5751
5760
|
"core-js/modules/esnext.object.iterate-entries": [
|
|
5752
5761
|
"esnext.object.iterate-entries"
|
|
5753
5762
|
],
|
|
@@ -6024,6 +6033,7 @@
|
|
|
6024
6033
|
"esnext.math.umulh",
|
|
6025
6034
|
"esnext.number.from-string",
|
|
6026
6035
|
"esnext.number.range",
|
|
6036
|
+
"esnext.object.has-own",
|
|
6027
6037
|
"esnext.object.iterate-entries",
|
|
6028
6038
|
"esnext.object.iterate-keys",
|
|
6029
6039
|
"esnext.object.iterate-values",
|
|
@@ -6085,6 +6095,9 @@
|
|
|
6085
6095
|
"web.url.to-json",
|
|
6086
6096
|
"web.url-search-params"
|
|
6087
6097
|
],
|
|
6098
|
+
"core-js/proposals/accessible-object-hasownproperty": [
|
|
6099
|
+
"esnext.object.has-own"
|
|
6100
|
+
],
|
|
6088
6101
|
"core-js/proposals/array-filtering": [
|
|
6089
6102
|
"esnext.array.filter-out",
|
|
6090
6103
|
"esnext.typed-array.filter-out"
|
|
@@ -8187,6 +8200,7 @@
|
|
|
8187
8200
|
"esnext.math.umulh",
|
|
8188
8201
|
"esnext.number.from-string",
|
|
8189
8202
|
"esnext.number.range",
|
|
8203
|
+
"esnext.object.has-own",
|
|
8190
8204
|
"esnext.object.iterate-entries",
|
|
8191
8205
|
"esnext.object.iterate-keys",
|
|
8192
8206
|
"esnext.object.iterate-values",
|
|
@@ -8326,6 +8340,7 @@
|
|
|
8326
8340
|
"esnext.math.umulh",
|
|
8327
8341
|
"esnext.number.from-string",
|
|
8328
8342
|
"esnext.number.range",
|
|
8343
|
+
"esnext.object.has-own",
|
|
8329
8344
|
"esnext.object.iterate-entries",
|
|
8330
8345
|
"esnext.object.iterate-keys",
|
|
8331
8346
|
"esnext.object.iterate-values",
|
|
@@ -8452,6 +8467,7 @@
|
|
|
8452
8467
|
"esnext.math.signbit",
|
|
8453
8468
|
"esnext.number.from-string",
|
|
8454
8469
|
"esnext.number.range",
|
|
8470
|
+
"esnext.object.has-own",
|
|
8455
8471
|
"esnext.object.iterate-entries",
|
|
8456
8472
|
"esnext.object.iterate-keys",
|
|
8457
8473
|
"esnext.object.iterate-values",
|
|
@@ -8538,6 +8554,7 @@
|
|
|
8538
8554
|
"esnext.map.emplace",
|
|
8539
8555
|
"esnext.map.update-or-insert",
|
|
8540
8556
|
"esnext.map.upsert",
|
|
8557
|
+
"esnext.object.has-own",
|
|
8541
8558
|
"esnext.promise.all-settled",
|
|
8542
8559
|
"esnext.promise.any",
|
|
8543
8560
|
"esnext.set.difference",
|
|
@@ -8656,6 +8673,7 @@
|
|
|
8656
8673
|
"esnext.math.umulh",
|
|
8657
8674
|
"esnext.number.from-string",
|
|
8658
8675
|
"esnext.number.range",
|
|
8676
|
+
"esnext.object.has-own",
|
|
8659
8677
|
"esnext.object.iterate-entries",
|
|
8660
8678
|
"esnext.object.iterate-keys",
|
|
8661
8679
|
"esnext.object.iterate-values",
|
package/modules-by-versions.json
CHANGED
package/modules.json
CHANGED
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.
|
|
4
|
+
"version": "3.11.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/zloirock/core-js.git",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"semver": "7.0.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"chalk": "^4.1.
|
|
16
|
+
"chalk": "^4.1.1",
|
|
17
17
|
"detective": "^5.2.0",
|
|
18
|
-
"electron-to-chromium": "^1.3.
|
|
18
|
+
"electron-to-chromium": "^1.3.719",
|
|
19
19
|
"glob": "^7.1.6"
|
|
20
20
|
},
|
|
21
21
|
"funding": {
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"url": "https://opencollective.com/core-js"
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "e94a771bfe1c88f1c37c4fa05505e82e84739493"
|
|
27
27
|
}
|