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 4.0.2 to 4.0.3

4

lib/index.js

@@ -6,3 +6,3 @@ "use strict";

isSsh = require("is-ssh"),
qs = require("querystring");
qs = require("query-string");

@@ -75,3 +75,3 @@ /**

parts = url.split("/");
parts = url.split(/\/|\\/);
if (output.protocol !== "file") {

@@ -78,0 +78,0 @@ output.resource = parts.shift();

{
"name": "parse-path",
"version": "4.0.2",
"version": "4.0.3",
"description": "Parse paths (local paths, urls: ssh/git/etc)",

@@ -35,4 +35,6 @@ "main": "lib/index.js",

"dependencies": {
"is-ssh": "^1.3.0",
"protocols": "^1.4.0",
"is-ssh": "^1.3.0"
"qs": "^6.9.4",
"query-string": "^6.13.8"
},

@@ -39,0 +41,0 @@ "files": [

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

- `eleventy-plugin-embed-soundcloud`
- `eleventy-plugin-embed-twitter`
- `tria-prima`

@@ -235,3 +236,2 @@ - `react-fsm-router`

- `semantic-release-gitlab-plugin`
- `electron-info`
- `reddit-title-has-verbatim-quote`

@@ -241,2 +241,19 @@ - `@apardellass/react-native-audio-stream`

- `react-native-plugpag-wrapper`
- `@alphy11/semantic-release-gitlab`
- `react-native-pulsator-native`
- `react-native-kakao-maps`
- `@geeky-apo/react-native-advanced-clipboard`
- `native-apple-login`
- `native-google-login`
- `native-kakao-login`
- `@hemith/react-native-tnk`
- `react-native-contact-list`
- `@corelmax/react-native-my2c2p-sdk`
- `@cloudoki/donderflow`
- `electron-info`
- `@tru_id/tru-sdk-react-native`
- `@datalogic/react-native-datalogic-module`
- `react-native-responsive-size`
- `react-native-flyy`
- `react-native-esc-pos-sahaab`

@@ -243,0 +260,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