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.0.0 to 1.1.0

2

index.js

@@ -327,3 +327,3 @@ const is = require('arc-is');

let highValue = 0;
_index.each((_key,_obj)=>{
_index.forEach((_obj,_key)=>{
if(_obj[_reduceByKey] > highValue){

@@ -330,0 +330,0 @@ highValue = _obj[_reduceByKey];

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

@@ -29,5 +29,5 @@ "main": "index.js",

"arc-is": "^1.0.5",
"arc-object": "^1.5.0",
"arc-object": "^2.0.0",
"arc-reg-exp": "^1.0.0"
}
}
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