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.2 to 3.0.3

1

lib/index.js

@@ -29,2 +29,3 @@ "use strict";

function parsePath(url) {
url = (url || "").trim();
var output = {

@@ -31,0 +32,0 @@ protocols: protocols(url),

4

package.json
{
"name": "parse-path",
"version": "3.0.2",
"version": "3.0.3",
"description": "Parse paths (local paths, urls: ssh/git/etc)",

@@ -53,2 +53,2 @@ "main": "lib/index.js",

]
}
}

@@ -13,3 +13,7 @@ <!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->

```sh
$ npm i --save parse-path
# Using npm
npm install --save parse-path
# Using yarn
yarn add parse-path
```

@@ -79,5 +83,7 @@

2. For bug reports and feature requests, open issues. :bug:
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
## :memo: Documentation

@@ -84,0 +90,0 @@

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