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 Versions

1345

4.0.3

Diff

Changelog

Source

4.0.3 (2018-04-03)

Bug Fixes

  • properly link types (b7473e9)

<a name="4.0.2"></a>

troch
published 4.0.2 •

Changelog

Source

4.0.2 (2018-03-27)

<a name="4.0.1"></a>

troch
published 4.0.1 •

Changelog

Source

4.0.1 (2018-03-26)

Bug Fixes

  • fix matching with strictTrailingSlash option (353ecc0)

<a name="4.0.0"></a>

troch
published 4.0.0 •

Changelog

Source

4.0.0 (2018-03-25)

Features

  • make matching case insensitive, add support for 'caseSentive' option (063aca6)

BREAKING CHANGES

  • query parameters can no longer be defined with brackets, instead options are available when matching and building to describe how arrays, booleans and null values are formatted (see 'queryParams' options in README).
  • Boolean and null values in query parameters are stringified differently, see the list of options available. To keep behaviour unchanged, set nullFormat to 'hidden' and booleanFormat to 'empty-true'.
  • 'trailingSlash' option has been renamed to 'strictTrailingSlash'
  • 'test' and 'partialTest' are now case insensitive by default, use 'caseSensitive' option to make it case sensitive

<a name="3.0.1"></a>

troch
published 3.0.1 •

Changelog

Source

3.0.1 (2017-11-16)

<a name="3.0.0"></a>

troch
published 3.0.0 •

Changelog

Source

3.0.0 (2017-11-16)

BREAKING CHANGES

  • amd and umd builds are no longer provided

<a name="2.1.0"></a>

troch
published 2.1.0 •

Changelog

Source

2.1.0 (2017-11-08)

Features

  • improve other error messages (bf5bea5)
  • provide more details in "Missing parameters" error [router5/router5#208] (b562e5c)

<a name="2.0.2"></a>

troch
published 2.0.2 •

Changelog

Source

2.0.2 (2016-11-01)

Bug Fixes

  • add possibility to use ' and : characters in path. (2f445e7)
  • use properly encodeURI and encodeURIComponent (1270364)

<a name="2.0.1"></a>

troch
published 2.0.1 •

Changelog

Source

2.0.1 (2016-10-13)

Bug Fixes

  • don't partially match '' against '/' (eeb378e)

<a name="2.0.0"></a>

troch
published 2.0.0 •

Changelog

Source

2.0.0 (2016-10-12)

Features

  • add a 'delimited' option to partialMatch (969c1bf)
  • add search-params as a dependency (6ab04d7)

BREAKING CHANGES

  • .match() renamed to .test() and now takes an options object as a second parameter
  • .partialMatch() renamed to .partialTest() and now takes an options object as a second parameter. Option delimited is by default true, meaning a partial will be successful if the partially matched path is consumed up to a delimiter (?, /, ., ;)

<a name="1.0.4"></a>

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