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

cmd-shim

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-shim - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

index.js

@@ -14,7 +14,3 @@ // On windows, create a .cmd file.

try {
var fs = require("graceful-fs")
} catch (e) {
var fs = require("fs")
}
var fs = require("graceful-fs")

@@ -21,0 +17,0 @@ var mkdir = require("mkdirp")

7

package.json
{
"name": "cmd-shim",
"version": "2.0.0",
"version": "2.0.1",
"description": "Used in npm for command line application support",

@@ -13,7 +13,4 @@ "scripts": {

"license": "BSD",
"optionalDependencies": {
"graceful-fs": "2"
},
"dependencies": {
"graceful-fs": "^3.0.2",
"graceful-fs": ">3.0.1 <4.0.0-0",
"mkdirp": "~0.5.0"

@@ -20,0 +17,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