New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-redux-saga-router

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-saga-router - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

3

lib/selectors.js

@@ -60,2 +60,5 @@ 'use strict';

}
if (state[key] === undefined && template[key] !== undefined) {
return false;
}
return stateExists(state[key], template[key], full);

@@ -62,0 +65,0 @@ default:

2

package.json
{
"name": "react-redux-saga-router",
"version": "0.3.5",
"version": "0.3.6",
"description": "elegant powerful routing based on the simplicity of storing url as state",

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

@@ -41,2 +41,5 @@ export function matchedRoute(state, name) {

}
if (state[key] === undefined && template[key] !== undefined) {
return false
}
return stateExists(state[key], template[key], full)

@@ -43,0 +46,0 @@ default :

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