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 1.0.3 to 1.0.4

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## 1.0.4
- Added support for node-14
- Dropped commonjs support
## 1.0.3

@@ -7,0 +13,0 @@

32

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

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