reflect.ownkeys
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -8,2 +8,9 @@ # Changelog | ||
## [v1.1.4](https://github.com/es-shims/Reflect.ownKeys/compare/v1.1.3...v1.1.4) - 2023-08-29 | ||
### Commits | ||
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`061ea8e`](https://github.com/es-shims/Reflect.ownKeys/commit/061ea8ec71335ef10feaf069d66b4929b0f44d83) | ||
- [Deps] update `define-properties`, `es-abstract` [`2834d7f`](https://github.com/es-shims/Reflect.ownKeys/commit/2834d7f8627c5fcc3be24137a4704ba0198c5fd3) | ||
## [v1.1.3](https://github.com/es-shims/Reflect.ownKeys/compare/v1.1.2...v1.1.3) - 2023-01-19 | ||
@@ -10,0 +17,0 @@ |
{ | ||
"name": "reflect.ownkeys", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "ES2015 spec-compliant shim for Reflect.ownKeys", | ||
@@ -61,5 +61,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@es-shims/api": "^2.2.3", | ||
"@ljharb/eslint-config": "^21.0.1", | ||
"aud": "^2.0.2", | ||
"@es-shims/api": "^2.4.2", | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"aud": "^2.0.3", | ||
"auto-changelog": "^2.4.0", | ||
@@ -74,8 +74,8 @@ "eslint": "=8.8.0", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.6.3" | ||
"tape": "^5.6.6" | ||
}, | ||
"dependencies": { | ||
"call-bind": "^1.0.2", | ||
"define-properties": "^1.1.4", | ||
"es-abstract": "^1.21.1", | ||
"define-properties": "^1.2.0", | ||
"es-abstract": "^1.22.1", | ||
"es-set-tostringtag": "^2.0.1", | ||
@@ -82,0 +82,0 @@ "globalthis": "^1.0.3" |
'use strict'; | ||
var CreateMethodProperty = require('es-abstract/2022/CreateMethodProperty'); | ||
var CreateMethodProperty = require('es-abstract/2023/CreateMethodProperty'); | ||
var setToStringTag = require('es-set-tostringtag'); | ||
@@ -5,0 +5,0 @@ var globalThis = require('globalthis')(); |
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
23922
Updateddefine-properties@^1.2.0
Updatedes-abstract@^1.22.1