Socket
Socket
Sign inDemoInstall

@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 5.4.1 to 6.0.0

2

index.d.ts

@@ -48,3 +48,3 @@ declare namespace cmdShim {

}
declare type Options = cmdShim.Options;
type Options = cmdShim.Options;
export = cmdShim;

@@ -51,0 +51,0 @@ /**

@@ -262,3 +262,3 @@ 'use strict';

) ELSE (\r
@SET "NODE_PATH=%NODE_PATH%;${nodePath}"\r
@SET "NODE_PATH=${nodePath};%NODE_PATH%"\r
)\r

@@ -346,3 +346,3 @@ `;

else
export NODE_PATH="$NODE_PATH:${shNodePath}"
export NODE_PATH="${shNodePath}:$NODE_PATH"
fi

@@ -466,3 +466,3 @@ `;

} else {
$env:NODE_PATH="$env_node_path$pathsep$new_node_path"
$env:NODE_PATH="$new_node_path$pathsep$env_node_path"
}

@@ -469,0 +469,0 @@ `;

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

@@ -28,7 +28,7 @@ "author": {

"@types/is-windows": "^1.0.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.18.23",
"jest": "^26.6.3",
"memfs": "^3.4.7",
"mock-fs": "^4.14.0",
"@types/jest": "^29.4.4",
"@types/node": "^18.15.3",
"jest": "^29.5.0",
"memfs": "^3.4.13",
"mock-fs": "^5.2.0",
"mos": "^1.3.1",

@@ -38,6 +38,6 @@ "mos-plugin-readme": "^1.0.4",

"tempy": "^1.0.1",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"engines": {
"node": ">=10.13"
"node": ">=14.6"
},

@@ -44,0 +44,0 @@ "mos": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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