Socket
Socket
Sign inDemoInstall

object.fromentries

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object.fromentries - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

7

CHANGELOG.md

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

## [v2.0.7](https://github.com/es-shims/Object.fromEntries/compare/v2.0.6...v2.0.7) - 2023-08-28
### Commits
- [Deps] update `define-properties`, `es-abstract` [`dbf1467`](https://github.com/es-shims/Object.fromEntries/commit/dbf1467c5586bbf0183ebdee1239176eaf1f94d6)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`495556f`](https://github.com/es-shims/Object.fromEntries/commit/495556fd641f1c6b9f2f1eedf1be98ed7dad1c43)
## [v2.0.6](https://github.com/es-shims/Object.fromEntries/compare/v2.0.5...v2.0.6) - 2022-11-06

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

8

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

@@ -8,0 +8,0 @@ var adder = function addDataProperty(key, value) {

{
"name": "object.fromentries",
"version": "2.0.6",
"version": "2.0.7",
"author": "Jordan Harband <ljharb@gmail.com>",

@@ -45,9 +45,9 @@ "funding": {

"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1"
},
"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",

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

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

@@ -62,0 +62,0 @@ "testling": {

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