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.11 to 1.2.12

4

CHANGELOG.md
# Changes
## v1.2.12
* Removed unused require
## v1.2.11

@@ -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.11",
"version": "1.2.12",
"repository": {

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

@@ -11,3 +11,2 @@ module.exports = which

var isexe = require('isexe')
var fs = require('fs')

@@ -14,0 +13,0 @@ function getNotFoundError (cmd) {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc