core-js-compat 3.10.1 → 3.11.2

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 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', // used `core-js` version, by default - the latest
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": {},
@@ -3057,9 +3058,11 @@
3057
3058
  "edge": "74",
3058
3059
  "electron": "4.0",
3059
3060
  "firefox": "57",
3061
+ "ios": "14.0",
3060
3062
  "node": "10.0",
3061
3063
  "opera": "54",
3062
3064
  "opera_mobile": "48",
3065
+ "safari": "14.0",
3063
3066
  "samsung": "9.0"
3064
3067
  },
3065
3068
  "web.url.to-json": {
@@ -3068,9 +3071,11 @@
3068
3071
  "edge": "74",
3069
3072
  "electron": "5.0",
3070
3073
  "firefox": "57",
3074
+ "ios": "14.0",
3071
3075
  "node": "10.0",
3072
3076
  "opera": "58",
3073
3077
  "opera_mobile": "50",
3078
+ "safari": "14.0",
3074
3079
  "samsung": "10.0"
3075
3080
  },
3076
3081
  "web.url-search-params": {
@@ -3079,9 +3084,11 @@
3079
3084
  "edge": "74",
3080
3085
  "electron": "4.0",
3081
3086
  "firefox": "57",
3087
+ "ios": "14.0",
3082
3088
  "node": "10.0",
3083
3089
  "opera": "54",
3084
3090
  "opera_mobile": "48",
3091
+ "safari": "14.0",
3085
3092
  "samsung": "9.0"
3086
3093
  }
3087
3094
  }
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",
@@ -370,5 +370,8 @@
370
370
  "esnext.typed-array.find-last",
371
371
  "esnext.typed-array.find-last-index",
372
372
  "esnext.typed-array.unique-by"
373
+ ],
374
+ "3.11": [
375
+ "esnext.object.has-own"
373
376
  ]
374
377
  }
package/modules.json CHANGED
@@ -286,6 +286,7 @@
286
286
  "esnext.math.umulh",
287
287
  "esnext.number.from-string",
288
288
  "esnext.number.range",
289
+ "esnext.object.has-own",
289
290
  "esnext.object.iterate-entries",
290
291
  "esnext.object.iterate-keys",
291
292
  "esnext.object.iterate-values",
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.10.1",
4
+ "version": "3.11.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/zloirock/core-js.git",
@@ -9,13 +9,13 @@
9
9
  },
10
10
  "main": "index.js",
11
11
  "dependencies": {
12
- "browserslist": "^4.16.3",
12
+ "browserslist": "^4.16.6",
13
13
  "semver": "7.0.0"
14
14
  },
15
15
  "devDependencies": {
16
- "chalk": "^4.1.0",
16
+ "chalk": "^4.1.1",
17
17
  "detective": "^5.2.0",
18
- "electron-to-chromium": "^1.3.709",
18
+ "electron-to-chromium": "^1.3.725",
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": "dfa44ca9098d22d057f3a516940a0f5e35617830"
26
+ "gitHead": "040f7836ad467dae5a0b849b02442a3ed2607b18"
27
27
  }