object.getprototypeof
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -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 @@ |
'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 @@ |
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
23087
Updateddefine-properties@^1.2.0
Updatedes-abstract@^1.22.1