find-chrome-bin
Advanced tools
Comparing version 0.1.0 to 1.0.0
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 1.0.0 | ||
- Dropped support for `node < 16`. | ||
- Fixed npm security issues. | ||
## 0.1.0 | ||
- Initial release |
{ | ||
"name": "find-chrome-bin", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Finds local suitable Chromium binary", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "^12.0.0 || ^14.0.0 || >=16.0.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -28,18 +28,19 @@ "types": "./index.d.ts", | ||
"devDependencies": { | ||
"@logux/eslint-config": "^46.1.0", | ||
"@size-limit/preset-small-lib": "^7.0.3", | ||
"check-dts": "^0.6.4", | ||
"clean-publish": "^3.4.3", | ||
"dual-publish": "^2.0.2", | ||
"eslint": "^8.3.0", | ||
"@logux/eslint-config": "^46.1.1", | ||
"@size-limit/preset-small-lib": "^7.0.5", | ||
"check-dts": "^0.6.6", | ||
"clean-publish": "^4.0.0", | ||
"dual-publish": "^3.0.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prefer-let": "^3.0.1", | ||
"eslint-plugin-promise": "^5.1.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"nanospy": "^0.4.0", | ||
"size-limit": "^7.0.3", | ||
"tsm": "^2.1.4", | ||
"typescript": "^4.5.2", | ||
"uvu": "^0.5.2" | ||
"puppeteer-core": "^13.1.1", | ||
"size-limit": "^7.0.5", | ||
"tsm": "^2.2.1", | ||
"typescript": "^4.5.5", | ||
"uvu": "^0.5.3" | ||
}, | ||
@@ -46,0 +47,0 @@ "eslintConfig": { |
@@ -5,3 +5,3 @@ # Finds local suitable Chromium | ||
- **Small.** Only 2.4 kB in your node_modules. | ||
- **Small.** Only 2.4 kB. | ||
@@ -8,0 +8,0 @@ - **Zero-dependency.** |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19319
0
17