Socket
Socket
Sign inDemoInstall

cmd-shim

Package Overview
Dependencies
Maintainers
7
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 4.0.0 to 4.0.1

2

index.js

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

const {dirname, relative} = require('path')
const mkdir = require('mkdirp')
const mkdir = require('mkdirp-infer-owner')
const toBatchSyntax = require('./lib/to-batch-syntax')

@@ -23,0 +23,0 @@ const shebangExpr = /^#\!\s*(?:\/usr\/bin\/env)?\s*([^ \t]+=[^ \t]+\s+)*\s*([^ \t]+)(.*)$/

{
"name": "cmd-shim",
"version": "4.0.0",
"version": "4.0.1",
"description": "Used in npm for command line application support",

@@ -19,3 +19,3 @@ "scripts": {

"graceful-fs": "^4.1.2",
"mkdirp": "^1.0.3"
"mkdirp-infer-owner": "^1.0.2"
},

@@ -22,0 +22,0 @@ "devDependencies": {

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