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 6.0.0 to 7.0.0

5

lib/index.js

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

* - `query` (Object): The url querystring, parsed as object.
* - `parse_failed` (Boolean): Whether the parsing failed or not.
*/

@@ -42,3 +43,4 @@ function parsePath(url) {

href: url,
query: {}
query: {},
parse_failed: false
};

@@ -74,2 +76,3 @@

output.query = {};
output.parse_failed = true;
}

@@ -76,0 +79,0 @@

2

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

- `query` (Object): The url querystring, parsed as object.
- `parse_failed` (Boolean): Whether the parsing failed or not.

@@ -265,9 +266,11 @@

- `@j4s0n/semantic-release-gitlab`
- `react-feedback-sdk`
- `@saad27/react-native-bottom-tab-tour`
- `@xudong/semantic-release-gitlab`
- `candlelabssdk`
- `npm_one_12_34_1_`
- `npm_one_2_2`
- `payutesting`
- `react-native-dsphoto-module`
- `react-native-sayhello-module`
- `react-native-responsive-size`
- `react-native-sayhello-module`
- `react-native-dsphoto-module`
- `payutesting`
- `@flareapp/ignition-ui`

@@ -277,14 +280,15 @@ - `semantic-release-gitee`

- `@con-test/react-native-concent-common`
- `react-native-shekhar-bridge-test`
- `@pvm/github`
- `@pvm/plugin-conventional-changelog`
- `react-native-shekhar-bridge-test`
- `react-feedback-sdk`
- `luojia-cli-dev`
- `birken-react-native-community-image-editor`
- `@devdiary/semantic-devdiary-release`
- `birken-react-native-community-image-editor`
- `luojia-cli-dev`
- `reac-native-arun-ramya-test`
- `react-native-transtracker-library`
- `react-native-pulsator-native`
- `react-native-arun-ramya-test`
- `react-native-arunramya151`
- `react-native-pulsator-native`
- `react-native-plugpag-wrapper`
- `react-native-transtracker-library`
- `semantic-release-version`

@@ -295,16 +299,17 @@ - `@screeb/react-native`

- `@buganto/client`
- `astra-ufo-sdk`
- `@cloudoki/donderflow`
- `react-native-syan-photo-picker`
- `@wecraftapps/react-native-use-keyboard`
- `astra-ufo-sdk`
- `l2forlerna`
- `native-google-login`
- `raact-native-arunramya151`
- `reddit-title-has-verbatim-quote`
- `react-native-modal-progress-bar`
- `react-native-test-module-hhh`
- `raact-native-arunramya151`
- `reddit-title-has-verbatim-quote`
- `react-native-badge-control`
- `react-native-jsi-device-info`
- `react-native-badge-control`
- `native-date-picker-module`
- `styless-react`
- `rn-tm-notify`
- `native-date-picker-module`

@@ -311,0 +316,0 @@

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