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.0 to 0.7.1

3

lib/Link.js

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

var _props = this.props,
unused = _props['@@__routes'],
dispatch = _props.dispatch,

@@ -94,3 +95,3 @@ href = _props.href,

onClick = _props.onClick,
props = _objectWithoutProperties(_props, ['dispatch', 'href', 'replace', 'to', 'route', 'onClick']);
props = _objectWithoutProperties(_props, ['@@__routes', 'dispatch', 'href', 'replace', 'to', 'route', 'onClick']);

@@ -97,0 +98,0 @@ (0, _invariant2.default)(!href, 'href should not be passed to Link, use "to," "replace" or "route" (passed "%s")', href);

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

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

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

const {
dispatch, href, replace, to, route, onClick, ...props // eslint-disable-line no-unused-vars
'@@__routes': unused, dispatch, href, replace, to, route, onClick, ...props // eslint-disable-line no-unused-vars
} = this.props

@@ -74,0 +74,0 @@ invariant(!href, 'href should not be passed to Link, use "to," "replace" or "route" (passed "%s")', href)

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