Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

route-node

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

route-node - npm Package Versions

23
9

4.1.1

Diff

Changelog

Source

4.1.1 (2020-03-01)

Bug Fixes

  • Re-export URLParamsEncodingType from path-parser package

Bug Fixes

  • Fix of previous release, an error is now thrown when calling buildPath with a non-existing node.
troch
published 4.1.0 •

Changelog

Source

4.1.1 (2020-03-01)

Bug Fixes

  • Re-export URLParamsEncodingType from path-parser package

Bug Fixes

  • Fix of previous release, an error is now thrown when calling buildPath with a non-existing node.
troch
published 4.0.0 •

Changelog

Source

4.0.0 (2020-03-01)

Features

  • Maintain project and dependencies (#28) (7637f06)
  • New match and build option urlParamsEncoding to choose how URL params are encoded and decoded (see README)

BREAKING CHANGES

  • Default export has been removed, use named import instead: import { RouteNode } from 'route-node'
  • Constructor signature has changed to become: new RouteNode(nodeName, path, children, options). See README.

<a name="3.4.2"></a>

troch
published 3.4.2 •

Changelog

Source

3.4.2 (2018-10-16)

Bug Fixes

  • fix TypeError when there is no match for path (338df8c)

<a name="3.4.1"></a>

troch
published 3.4.1 •

Changelog

Source

3.4.1 (2018-10-04)

Bug Fixes

  • fix path with a plus character not matched (a3261e8)

<a name="3.4.0"></a>

troch
published 3.4.0 •

Changelog

Source

3.4.0 (2018-08-06)

Features

  • add a method to sort all descendants (1e2f4b7)

Performance Improvements

  • improve route addition performance by controlling when sorting is performed (07430f0)

<a name="3.3.0"></a>

troch
published 3.3.0 •

Changelog

Source

3.3.0 (2018-07-11)

Features

  • update path-parser to v4.2.0 (6044593)

<a name="3.2.1"></a>

troch
published 3.2.1 •

Changelog

Source

3.2.1 (2018-06-05)

Bug Fixes

  • pass query param options on partial tests (068a146)
  • update search-params and path-parser to decode unicode values when parsing (7a1c0b9)

<a name="3.2.0"></a>

troch
published 3.2.0 •

Changelog

Source

3.2.0 (2018-05-14)

<a name="3.1.2"></a>

troch
published 3.1.2 •

Changelog

Source

3.1.2 (2018-05-14)

<a name="3.1.1"></a>

23
9
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