Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

wouter

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wouter - npm Package Compare versions

Comparing version
3.7.0
to
3.7.1
+2
-2
esm/index.js

@@ -204,4 +204,4 @@ import { parse } from 'regexparam';

// the new router is no different from the parent, use parent
if (option !== parent[k]) value = next;
// the new router is no different from the parent or from the memoized value, use parent
if (option !== parent[k] || option !== value[k]) value = next;
}

@@ -208,0 +208,0 @@

{
"name": "wouter",
"version": "3.7.0",
"version": "3.7.1",
"description": "Minimalist-friendly ~1.5KB router for React",

@@ -5,0 +5,0 @@ "type": "module",