Socket
Socket
Sign inDemoInstall

chrome-simple-launcher

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-simple-launcher - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

package.json
{
"name": "chrome-simple-launcher",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple chrome launcher",

@@ -9,3 +9,3 @@ "main": "src/index.js",

},
"author": "cangpeng<dustyface@163.com>"
"author": "dustyface<dustyface@163.com>"
}

@@ -57,3 +57,3 @@

if (i % 2 === 1) {
const testPath = path.resolve(`${line[i]}/${line[i-1]}`)
const testPath = path.resolve(`${lines[i]}/${lines[i-1]}`)
const testFileName = path.basename(testPath)

@@ -60,0 +60,0 @@ if (fs.existsSync(testPath) && testFileName.toLowerCase().indexOf('google chrome') >= 0 ) {

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