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

object.getprototypeof

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object.getprototypeof - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [v1.0.5](https://github.com/es-shims/Object.getPrototypeOf/compare/v1.0.4...v1.0.5) - 2023-09-07
### Commits
- [Deps] update `define-properties`, `es-abstract`, `reflect.getprototype.of` [`fbb89b9`](https://github.com/es-shims/Object.getPrototypeOf/commit/fbb89b9a893bc30a402582690017b5c5d6c7295f)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`806bcbe`](https://github.com/es-shims/Object.getPrototypeOf/commit/806bcbee144d4b1c112019d39a7fe851d0969258)
## [v1.0.4](https://github.com/es-shims/Object.getPrototypeOf/compare/v1.0.3...v1.0.4) - 2022-11-06

@@ -10,0 +17,0 @@

2

implementation.js
'use strict';
var ToObject = require('es-abstract/2022/ToObject');
var ToObject = require('es-abstract/2023/ToObject');

@@ -5,0 +5,0 @@ var ReflectGetPrototypeOf = require('reflect.getprototypeof');

{
"name": "object.getprototypeof",
"version": "1.0.4",
"version": "1.0.5",
"description": "An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible",

@@ -65,5 +65,5 @@ "main": "index.js",

"devDependencies": {
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",

@@ -76,3 +76,3 @@ "eslint": "=8.8.0",

"safe-publish-latest": "^2.0.0",
"tape": "^5.6.1"
"tape": "^5.6.6"
},

@@ -89,5 +89,5 @@ "auto-changelog": {

"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"reflect.getprototypeof": "^1.0.2"
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"reflect.getprototypeof": "^1.0.4"
},

@@ -94,0 +94,0 @@ "publishConfig": {

'use strict';
var RequireObjectCoercible = require('es-abstract/2022/RequireObjectCoercible');
var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var implementation = require('./implementation');

@@ -5,0 +5,0 @@

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