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

@ungap/from-entries

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ungap/from-entries - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

cjs/package.json

23

package.json
{
"name": "@ungap/from-entries",
"version": "0.1.2",
"version": "0.2.0",
"description": "An Object.fromEntries polyfill",
"main": "cjs/index.js",
"module": "esm/index.js",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"unpkg": "min.js",

@@ -14,4 +14,4 @@ "scripts": {

"size": "cat index.js | wc -c && cat min.js | wc -c && gzip -c9 min.js | wc -c && cat min.js | brotli | wc -c",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover test/index.js"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc node test/index.js"
},

@@ -27,5 +27,5 @@ "keywords": [

"devDependencies": {
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"uglify-js": "^2.8.29"
"coveralls": "^3.1.0",
"nyc": "^15.0.1",
"uglify-js": "^3.9.1"
},

@@ -39,3 +39,8 @@ "repository": {

},
"homepage": "https://github.com/ungap/from-entries#readme"
"homepage": "https://github.com/ungap/from-entries#readme",
"type": "module",
"exports": {
"import": "./esm/index.js",
"default": "./cjs/index.js"
}
}
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