parse-path
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -77,3 +77,3 @@ "use strict"; | ||
output.resource = splits[0]; | ||
output.port = parseInt(splits[1]); | ||
output.port = Number(splits[1]); | ||
if (isNaN(output.port)) { | ||
@@ -80,0 +80,0 @@ output.port = null; |
{ | ||
"name": "parse-path", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Parse paths (local paths, urls: ssh/git/etc)", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
10810