Socket
Socket
Sign inDemoInstall

which

Package Overview
Dependencies
1
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.9 to 1.2.10

4

CHANGELOG.md
# Changes
## v1.2.10
* Use env.PATH only, not env.Path
## v1.2.9

@@ -5,0 +9,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"version": "1.2.9",
"version": "1.2.10",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -22,3 +22,3 @@ module.exports = which

var colon = opt.colon || COLON
var pathEnv = opt.path || process.env.Path || process.env.PATH || ''
var pathEnv = opt.path || process.env.PATH || ''
var pathExt = ['']

@@ -25,0 +25,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc