find-chrome-bin
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,8 @@ # Change Log | ||
## 1.0.4 | ||
- Added support for node-14 | ||
- Dropped commonjs support | ||
## 1.0.3 | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "find-chrome-bin", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Finds local Chromium binary to use it with puppeteer-core", | ||
@@ -17,9 +17,6 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
"before-publish": "yarn test && clean-publish && npx dual-publish --check && npm pack", | ||
"publish": "clean-publish && npx dual-publish", | ||
"sdc-check": "sdc-check -d .", | ||
"unit": "tsm node_modules/uvu/bin.js test/", | ||
@@ -33,4 +30,2 @@ "check": "eslint . && check-dts && size-limit", | ||
"check-dts": "^0.7.1", | ||
"clean-publish": "^4.1.1", | ||
"dual-publish": "^3.0.1", | ||
"eslint": "^8.36.0", | ||
@@ -45,3 +40,2 @@ "eslint-config-standard": "^17.0.0", | ||
"puppeteer-core": "^19.8.0", | ||
"sdc-check": "^1.0.2", | ||
"size-limit": "^8.2.4", | ||
@@ -78,24 +72,2 @@ "tsm": "^2.3.0", | ||
}, | ||
"sdc-check": { | ||
"options": { | ||
"daysBeforeUpgradeToNewVersion": 3 | ||
}, | ||
"errors": [ | ||
"package-is-too-new", | ||
"lockfile-is-not-safe", | ||
"has-os-scripts", | ||
"dangerous-shell-commands", | ||
"obfuscated-code", | ||
"install-scripts" | ||
] | ||
}, | ||
"clean-publish": { | ||
"cleanDocs": false, | ||
"files": [ | ||
".sdccheckignore" | ||
], | ||
"fields": [ | ||
"sdc-check" | ||
] | ||
}, | ||
"repository": { | ||
@@ -102,0 +74,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
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
16
19923
15
403