Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gopd

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gopd - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

gOPD.d.ts

6

CHANGELOG.md

@@ -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 @@

4

index.js
'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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc