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 2.0.1 to 2.0.2

bin/node-which

4

CHANGELOG.md
# Changes
## 2.0.2
* Rename bin to `node-which`
## 2.0.1

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

8

package.json

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

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

@@ -12,3 +12,5 @@ "type": "git",

"main": "which.js",
"bin": "./bin/which",
"bin": {
"node-which": "./bin/node-which"
},
"license": "ISC",

@@ -35,3 +37,3 @@ "dependencies": {

"which.js",
"bin/which"
"bin/node-which"
],

@@ -38,0 +40,0 @@ "tap": {

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