New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.0 to 3.0.1

4

index.js

@@ -170,2 +170,3 @@ import querystring from 'querystring';

_index[_route].match = _matchedView;
_index[_route].route = _route;
return _index[_route];

@@ -178,2 +179,3 @@ });

_index[_route].routeWeight = this._getRouteWeight(_route);
_index[_route].route = _route;
_matchedViews[_route] = _index[_route];

@@ -414,2 +416,2 @@ return _matchedViews;

export default ArcRouter;
export default ArcRouter;
{
"name": "arc-router",
"version": "3.0.0",
"version": "3.0.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