get-intrinsic
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -8,2 +8,10 @@ # Changelog | ||
## [v1.2.2](https://github.com/ljharb/get-intrinsic/compare/v1.2.1...v1.2.2) - 2023-10-20 | ||
### Commits | ||
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `call-bind`, `es-abstract`, `mock-property`, `object-inspect`, `tape` [`f51bcf2`](https://github.com/ljharb/get-intrinsic/commit/f51bcf26412d58d17ce17c91c9afd0ad271f0762) | ||
- [Refactor] use `hasown` instead of `has` [`18d14b7`](https://github.com/ljharb/get-intrinsic/commit/18d14b799bea6b5765e1cec91890830cbcdb0587) | ||
- [Deps] update `function-bind` [`6e109c8`](https://github.com/ljharb/get-intrinsic/commit/6e109c81e03804cc5e7824fb64353cdc3d8ee2c7) | ||
## [v1.2.1](https://github.com/ljharb/get-intrinsic/compare/v1.2.0...v1.2.1) - 2023-05-13 | ||
@@ -10,0 +18,0 @@ |
@@ -217,3 +217,3 @@ 'use strict'; | ||
var bind = require('function-bind'); | ||
var hasOwn = require('has'); | ||
var hasOwn = require('hasown'); | ||
var $concat = bind.call(Function.call, Array.prototype.concat); | ||
@@ -220,0 +220,0 @@ var $spliceApply = bind.call(Function.apply, Array.prototype.splice); |
{ | ||
"name": "get-intrinsic", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Get and robustly cache all JS language-level intrinsics at first require time", | ||
@@ -51,7 +51,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@ljharb/eslint-config": "^21.0.1", | ||
"aud": "^2.0.2", | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.3", | ||
"auto-changelog": "^2.4.0", | ||
"call-bind": "^1.0.2", | ||
"es-abstract": "^1.21.2", | ||
"call-bind": "^1.0.5", | ||
"es-abstract": "^1.22.2", | ||
"es-value-fixtures": "^1.4.2", | ||
@@ -65,8 +65,8 @@ "eslint": "=8.8.0", | ||
"make-generator-function": "^2.0.0", | ||
"mock-property": "^1.0.0", | ||
"mock-property": "^1.0.2", | ||
"npmignore": "^0.3.0", | ||
"nyc": "^10.3.2", | ||
"object-inspect": "^1.12.3", | ||
"object-inspect": "^1.13.1", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.3" | ||
"tape": "^5.7.2" | ||
}, | ||
@@ -82,6 +82,6 @@ "auto-changelog": { | ||
"dependencies": { | ||
"function-bind": "^1.1.1", | ||
"has": "^1.0.3", | ||
"function-bind": "^1.1.2", | ||
"has-proto": "^1.0.1", | ||
"has-symbols": "^1.0.3" | ||
"has-symbols": "^1.0.3", | ||
"hasown": "^2.0.0" | ||
}, | ||
@@ -88,0 +88,0 @@ "testling": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39896
+ Addedhasown@^2.0.0
+ Addedhasown@2.0.2(transitive)
- Removedhas@^1.0.3
- Removedhas@1.0.4(transitive)
Updatedfunction-bind@^1.1.2