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.4 to 2.0.5

11

CHANGELOG.md

@@ -0,1 +1,12 @@

2.0.5 / 2021-10-03
=================
* [readme] add actions and codecov badges
* [Deps] update `es-abstract`
* [Deps] remove unused `has` dep
* [meta] use `prepublishOnly` script for npm 7+
* [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `@es-shims/api`, `aud`, `tape`
* [actions] update workflows
* [actions] use `node/install` instead of `node/run`; use `codecov` action
* [Tests] increase coverage
2.0.4 / 2021-02-21

@@ -2,0 +13,0 @@ =================

8

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

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

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

@@ -12,3 +12,4 @@ "funding": {

"scripts": {
"prepublish": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",

@@ -44,15 +45,13 @@ "test": "npm run tests-only",

"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.2",
"has": "^1.0.3"
"es-abstract": "^1.19.1"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^17.5.1",
"array-map": "^0.0.0",
"aud": "^1.1.4",
"eslint": "^7.20.0",
"@es-shims/api": "^2.2.1",
"@ljharb/eslint-config": "^18.0.0",
"aud": "^1.1.5",
"eslint": "^7.32.0",
"has-strict-mode": "^1.0.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.2.0"
"tape": "^5.3.1"
},

@@ -59,0 +58,0 @@ "testling": {

# object.fromentries <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![dependency status][deps-svg]][deps-url]

@@ -45,1 +47,5 @@ [![dev dependency status][dev-deps-svg]][dev-deps-url]

[downloads-url]: https://npm-stat.com/charts.html?package=object.fromentries
[codecov-image]: https://codecov.io/gh/es-shims/Object.fromEntries/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/es-shims/Object.fromEntries/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Object.fromEntries
[actions-url]: https://github.com/es-shims/Object.fromEntries/actions
'use strict';
var fromEntries = require('../');
fromEntries.shim();
require('../auto');

@@ -6,0 +5,0 @@ var test = require('tape');

Sorry, the diff of this file is not supported yet

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