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

reflect.ownkeys

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reflect.ownkeys - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

13

CHANGELOG.md

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

## [v1.1.5](https://github.com/es-shims/Reflect.ownKeys/compare/v1.1.4...v1.1.5) - 2024-12-29
### Commits
- [meta] remove useless ESM [`409aed3`](https://github.com/es-shims/Reflect.ownKeys/commit/409aed33bb39e20eaa3ebfe0843850107789c864)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `auto-changelog`, `has-symbols`, `npmignore`, `tape` [`26459fa`](https://github.com/es-shims/Reflect.ownKeys/commit/26459fa55c0f4492ebf4a520135eff95b4b198c8)
- [Deps] update `call-bind`, `define-properties`, `es-abstract`, `es-set-tostringtag`, `globalthis` [`01e75d0`](https://github.com/es-shims/Reflect.ownKeys/commit/01e75d0bdb7ff820444aa49767f72de13a8a4590)
- [Refactor] use `own-keys` [`8726824`](https://github.com/es-shims/Reflect.ownKeys/commit/87268243942519ab13e99e4ec2d5589169045b52)
- [Deps] update `es-abstract`, `own-keys` [`68cfc76`](https://github.com/es-shims/Reflect.ownKeys/commit/68cfc763072a4199720baf57e0e2e04804a1a827)
- [meta] add missing `engines.node` [`36fecb9`](https://github.com/es-shims/Reflect.ownKeys/commit/36fecb95890a3869850632c7392b2ed215768291)
- [Tests] replace `aud` with `npm audit` [`1f3cca2`](https://github.com/es-shims/Reflect.ownKeys/commit/1f3cca218a524c0782000d569a814a32faa3daa1)
- [Dev Deps] add missing peer dep [`f00ecf4`](https://github.com/es-shims/Reflect.ownKeys/commit/f00ecf458fcd2103992a025bc16dc61b12a9fafb)
## [v1.1.4](https://github.com/es-shims/Reflect.ownKeys/compare/v1.1.3...v1.1.4) - 2023-08-29

@@ -10,0 +23,0 @@

6

implementation.js
'use strict';
var OwnPropertyKeys = require('es-abstract/helpers/OwnPropertyKeys');
module.exports = function ownKeys(o) {
return OwnPropertyKeys(o);
};
module.exports = require('own-keys');
{
"name": "reflect.ownkeys",
"version": "1.1.4",
"version": "1.1.5",
"description": "ES2015 spec-compliant shim for Reflect.ownKeys",
"main": "index.js",
"exports": {
".": [
{
"import": "./index.mjs",
"require": "./index.js",
"default": "./index.js"
},
"./index.js"
],
".": "./index.js",
"./auto": "./auto.js",

@@ -29,5 +22,4 @@ "./polyfill": "./polyfill.js",

"tests-only": "nyc tape 'test/**/*.js'",
"tests-esm": "nyc node test/index.mjs",
"test": "npm run tests-only && npm run tests-esm",
"posttest": "aud --production",
"test": "npm run tests-only",
"posttest": "npx npm@'>= 10.2' audit --production",
"version": "auto-changelog && git add CHANGELOG.md",

@@ -62,22 +54,23 @@ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""

"devDependencies": {
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"@es-shims/api": "^2.5.1",
"@ljharb/eslint-config": "^21.1.1",
"auto-changelog": "^2.5.0",
"encoding": "^0.1.13",
"eslint": "=8.8.0",
"functions-have-names": "^1.2.3",
"has-strict-mode": "^1.0.1",
"has-symbols": "^1.0.3",
"has-symbols": "^1.1.0",
"in-publish": "^2.0.1",
"npmignore": "^0.3.0",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"tape": "^5.6.6"
"tape": "^5.9.0"
},
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"es-set-tostringtag": "^2.0.1",
"globalthis": "^1.0.3"
"call-bind": "^1.0.8",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.8",
"es-set-tostringtag": "^2.0.3",
"globalthis": "^1.0.4",
"own-keys": "^1.0.1"
},

@@ -96,3 +89,6 @@ "auto-changelog": {

]
},
"engines": {
"node": ">= 0.4"
}
}
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