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

arc-router

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-router - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

index.js

@@ -132,4 +132,4 @@ const is = require('arc-is');

let match = false;
let routeChunk = _routeArray.shift();
let route = _uriArray.shift();
let routeChunk = _routeArray.shift() || '';
let route = _uriArray.shift() || '';
let recursive = false;

@@ -166,2 +166,3 @@ let storeAsArray = false;

let increment = false;

@@ -168,0 +169,0 @@

2

package.json
{
"name": "arc-router",
"version": "1.1.0",
"version": "1.1.1",
"description": "A purely functional router for independently evaluating a path against a list of routes",

@@ -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