Socket
Socket
Sign inDemoInstall

parse-path

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-path - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

lib/index.js

@@ -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",

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