Socket
Socket
Sign inDemoInstall

path-parser

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-parser - npm Package Compare versions

Comparing version 4.0.5 to 4.1.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="4.1.0"></a>
# [4.1.0](https://github.com/troch/path-parser/compare/v4.0.5...v4.1.0) (2018-05-14)
### Features
* support sign in parameters ([adc36b0](https://github.com/troch/path-parser/commit/adc36b0))
<a name="4.0.5"></a>

@@ -2,0 +12,0 @@ ## [4.0.5](https://github.com/troch/path-parser/compare/v4.0.4...v4.0.5) (2018-05-14)

2

dist/cjs/path-parser.js

@@ -32,3 +32,3 @@ 'use strict';

return '(' +
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=]+") +
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=+]+") +
')';

@@ -35,0 +35,0 @@ };

@@ -28,3 +28,3 @@ import { build, parse } from 'search-params';

return '(' +
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=]+") +
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=+]+") +
')';

@@ -31,0 +31,0 @@ };

{
"name": "path-parser",
"version": "4.0.5",
"version": "4.1.0",
"description": "A small utility to parse, match and generate paths",

@@ -5,0 +5,0 @@ "main": "dist/cjs/path-parser.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