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

read-cmd-shim

Package Overview
Dependencies
Maintainers
6
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 2.0.0 to 3.0.0

lib/index.js

35

package.json
{
"name": "read-cmd-shim",
"version": "2.0.0",
"version": "3.0.0",
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
"main": "index.js",
"main": "lib/index.js",
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.2",
"cmd-shim": "^4.0.0",
"rimraf": "^3.0.0",
"tap": "^14.10.6"
"tap": "^16.0.1"
},
"scripts": {
"preversion": "npm t",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push --follow-tags",
"test": "tap"
"prepublishOnly": "git push origin --follow-tags",
"test": "tap",
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
},

@@ -22,3 +30,3 @@ "tap": {

"type": "git",
"url": "git+https://github.com/npm/read-cmd-shim.git"
"url": "https://github.com/npm/read-cmd-shim.git"
},

@@ -28,4 +36,13 @@ "license": "ISC",

"files": [
"index.js"
]
"bin/",
"lib/"
],
"author": "GitHub Inc.",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.2"
}
}
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