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 3.0.1 to 3.1.0

index.d.ts

4

index.js

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

/**
* @param {string} nodePath
* @param {string|string[]} nodePath
* @returns {{win32:string,posix:string}}

@@ -255,3 +255,3 @@ */

}
let split = (typeof nodePath === 'string' ? String(nodePath).split(path.delimiter) : Array.from(nodePath))
let split = (typeof nodePath === 'string' ? nodePath.split(path.delimiter) : Array.from(nodePath))
let result = {}

@@ -258,0 +258,0 @@ for (let i = 0; i < split.length; i++) {

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

@@ -16,4 +16,6 @@ "author": {

"files": [
"index.d.ts",
"index.js"
],
"types": "index.d.ts",
"repository": {

@@ -20,0 +22,0 @@ "type": "git",

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