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

@zkochan/cmd-shim

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zkochan/cmd-shim - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

2

index.js

@@ -103,3 +103,3 @@ 'use strict'

// )
cmd = opts.nodePath ? `@SET NODE_PATH="${opts.nodePath}"\r\n` : ''
cmd = opts.nodePath ? `@SET NODE_PATH=${opts.nodePath}\r\n` : ''
if (longProg) {

@@ -106,0 +106,0 @@ cmd += '@IF EXIST ' + longProg + ' (\r\n' +

{
"name": "@zkochan/cmd-shim",
"version": "2.2.2",
"version": "2.2.3",
"description": "Used in pnpm for command line application support",

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

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