You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

chrome-location

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-location - npm Package Compare versions

Comparing version

to
1.0.1

2

index.js

@@ -7,3 +7,3 @@ module.exports = null

if (process.platform !== 'win32')
return module.exports = 'google-chrome'
return module.exports = require('which').sync('google-chrome')

@@ -10,0 +10,0 @@ var fs = require('fs')

{
"name": "chrome-location",
"version": "1.0.0",
"version": "1.0.1",
"description": "Approximates the current location of Google Chrome on your system",

@@ -13,3 +13,5 @@ "main": "index.js",

},
"dependencies": {},
"dependencies": {
"which": "^1.0.5"
},
"devDependencies": {},

@@ -31,2 +33,2 @@ "repository": {

}
}
}