Comparing version 1.1.0 to 1.2.0
@@ -8,2 +8,8 @@ # Changelog | ||
## [v1.2.0](https://github.com/ljharb/gopd/compare/v1.1.0...v1.2.0) - 2024-12-03 | ||
### Commits | ||
- [New] add `gOPD` entry point; remove `get-intrinsic` [`5b61232`](https://github.com/ljharb/gopd/commit/5b61232dedea4591a314bcf16101b1961cee024e) | ||
## [v1.1.0](https://github.com/ljharb/gopd/compare/v1.0.1...v1.1.0) - 2024-11-29 | ||
@@ -10,0 +16,0 @@ |
'use strict'; | ||
var GetIntrinsic = require('get-intrinsic'); | ||
/** @type {import('.')} */ | ||
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true); | ||
var $gOPD = require('./gOPD'); | ||
@@ -8,0 +6,0 @@ if ($gOPD) { |
{ | ||
"name": "gopd", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.", | ||
@@ -8,2 +8,3 @@ "main": "index.js", | ||
".": "./index.js", | ||
"./gOPD": "./gOPD.js", | ||
"./package.json": "./package.json" | ||
@@ -46,5 +47,2 @@ }, | ||
"homepage": "https://github.com/ljharb/gopd#readme", | ||
"dependencies": { | ||
"get-intrinsic": "^1.2.4" | ||
}, | ||
"devDependencies": { | ||
@@ -54,3 +52,2 @@ "@arethetypeswrong/cli": "^0.17.0", | ||
"@ljharb/tsconfig": "^0.2.0", | ||
"@types/get-intrinsic": "^1.2.3", | ||
"@types/tape": "^5.6.5", | ||
@@ -65,3 +62,3 @@ "auto-changelog": "^2.5.0", | ||
"tape": "^5.9.0", | ||
"typescript": "^5.8.0-dev.20241129" | ||
"typescript": "next" | ||
}, | ||
@@ -68,0 +65,0 @@ "auto-changelog": { |
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
9869
0
13
12
55
- Removedget-intrinsic@^1.2.4
- Removedcall-bind-apply-helpers@1.0.1(transitive)
- Removeddunder-proto@1.0.0(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.6(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.0.0(transitive)