Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

read-cmd-shim

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-cmd-shim - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

lib/index.js

@@ -59,4 +59,6 @@ const fs = require('fs')

}
return Promise.reject(notaShim(path, er))
}, readFileEr => Promise.reject(wrapError(readFileEr, er)))
throw notaShim(path, er)
}, readFileEr => {
throw wrapError(readFileEr, er)
})
}

@@ -63,0 +65,0 @@

{
"name": "read-cmd-shim",
"version": "3.0.0",
"version": "3.0.1",
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",

@@ -8,4 +8,4 @@ "main": "lib/index.js",

"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"cmd-shim": "^4.0.0",
"@npmcli/template-oss": "3.5.0",
"cmd-shim": "^5.0.0",
"rimraf": "^3.0.0",

@@ -45,4 +45,4 @@ "tap": "^16.0.1"

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2"
"version": "3.5.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