🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

object.entries

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object.entries - npm Package Compare versions

Comparing version

to
1.1.9

11

CHANGELOG.md

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

## [v1.1.9](https://github.com/ljharb/Object.entries/compare/v1.1.8...v1.1.9) - 2025-03-14
### Commits
- [actions] split out node 10-20, and 20+ [`5ea5516`](https://github.com/ljharb/Object.entries/commit/5ea55165f812ad2c547af70bac86431a368fc556)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `array.prototype.map`, `auto-changelog`, `has-strict-mode`, `tape` [`d2f5f11`](https://github.com/ljharb/Object.entries/commit/d2f5f116b33401af53ffea7eab03c5ea60654b72)
- [Deps] update `call-bind`, `es-object-atoms` [`9e50a4b`](https://github.com/ljharb/Object.entries/commit/9e50a4b8a72a85ff10db99eb3ba960526c409a86)
- [Refactor] use `call-bound` directly [`b44af77`](https://github.com/ljharb/Object.entries/commit/b44af773a2bbb6ac74e752289e0da0bd2a583715)
- [Tests] replace `aud` with `npm audit` [`615e995`](https://github.com/ljharb/Object.entries/commit/615e99538b1d0cdc9fc55c63633d0e0ff5bbe304)
- [Dev Deps] add missing peer dep [`b750b1a`](https://github.com/ljharb/Object.entries/commit/b750b1acc727c2c95a7a406ae30b54681578fda9)
## [v1.1.8](https://github.com/ljharb/Object.entries/compare/v1.1.7...v1.1.8) - 2024-03-18

@@ -10,0 +21,0 @@

2

implementation.js
'use strict';
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');
var callBound = require('call-bind/callBound');
var callBound = require('call-bound');
var $isEnumerable = callBound('Object.prototype.propertyIsEnumerable');

@@ -6,0 +6,0 @@ var $push = callBound('Array.prototype.push');

{
"name": "object.entries",
"version": "1.1.8",
"version": "1.1.9",
"author": "Jordan Harband",

@@ -16,3 +16,3 @@ "description": "ES2017 spec-compliant Object.entries shim.",

"test": "npm run tests-only",
"posttest": "aud --production",
"posttest": "npx npm@\">= 10.2\" audit --production",
"tests-only": "nyc tape 'test/**/*.js'",

@@ -42,15 +42,16 @@ "version": "auto-changelog && git add CHANGELOG.md",

"dependencies": {
"call-bind": "^1.0.7",
"call-bind": "^1.0.8",
"call-bound": "^1.0.4",
"define-properties": "^1.2.1",
"es-object-atoms": "^1.0.0"
"es-object-atoms": "^1.1.1"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0",
"array.prototype.map": "^1.0.7",
"aud": "^2.0.4",
"auto-changelog": "^2.4.0",
"@es-shims/api": "^2.5.1",
"@ljharb/eslint-config": "^21.1.1",
"array.prototype.map": "^1.0.8",
"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-strict-mode": "^1.1.0",
"in-publish": "^2.0.1",

@@ -60,3 +61,3 @@ "npmignore": "^0.3.1",

"safe-publish-latest": "^2.0.0",
"tape": "^5.7.5"
"tape": "^5.9.0"
},

@@ -63,0 +64,0 @@ "testling": {