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

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 3.0.2 to 3.0.3

4

index.js

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

// @ENDLOCAL
// @EXIT /b
// @EXIT /b %errorlevel%
//

@@ -128,3 +128,3 @@ // :find_dp0

var foot = 'ENDLOCAL\r\n' +
'EXIT /b\r\n' +
'EXIT /b %errorlevel%\r\n' +
':find_dp0\r\n' +

@@ -131,0 +131,0 @@ 'SET dp0=%~dp0\r\n' +

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

@@ -5,0 +5,0 @@ "scripts": {

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