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.7.1 to 0.7.2

2

lib/Link.js

@@ -132,3 +132,3 @@ 'use strict';

route: _react.PropTypes.string,
'@@__routes': _react.PropTypes.array
'@@__routes': _react.PropTypes.object
};

@@ -135,0 +135,0 @@ exports.Link = Link;

{
"name": "react-redux-saga-router",
"version": "0.7.1",
"version": "0.7.2",
"description": "elegant powerful routing based on the simplicity of storing url as state",

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

@@ -34,3 +34,3 @@ import React, { PropTypes, Component } from 'react'

route: PropTypes.string,
'@@__routes': PropTypes.array,
'@@__routes': PropTypes.object,
}

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