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

wayfarer

Package Overview
Dependencies
Maintainers
4
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wayfarer - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

5

index.js

@@ -43,3 +43,6 @@ const assert = require('assert')

assert.notEqual(route, undefined, "'route' must be defined")
const args = Array.prototype.slice.apply(arguments)
const args = new Array(arguments.length)
for (var i = 1; i < args.length; i++) {
args[i] = arguments[i]
}

@@ -46,0 +49,0 @@ const node = _trie.match(route)

2

package.json
{
"name": "wayfarer",
"version": "6.2.1",
"version": "6.2.2",
"description": "Composable trie based router",

@@ -5,0 +5,0 @@ "main": "index.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