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

redux-router-kit

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-router-kit - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

lib/middleware/createRouterMiddleware.js

@@ -134,2 +134,3 @@ 'use strict';

if (router.current && router.current.location.href === parsedUrl.href) {
console.warn('Attempting to route to the same location is a no-op.');
return;

@@ -136,0 +137,0 @@ }

2

package.json
{
"name": "redux-router-kit",
"version": "0.0.5",
"version": "0.0.6",
"description": "Routing tools for Redux/React",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -87,2 +87,3 @@ import createMiddleware from '../utils/createMiddleware';

if (router.current && router.current.location.href === parsedUrl.href) {
console.warn('Attempting to route to the same location is a no-op.');
return;

@@ -89,0 +90,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