@ungap/from-entries
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4544
8
Yes