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

find-chrome-bin

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-chrome-bin - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

10

CHANGELOG.md
# 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

29

package.json
{
"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

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