@zkochan/cmd-shim
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13278
5
287