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

react-action-router

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-action-router - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

module/component/ActionLink.js

@@ -8,3 +8,3 @@ "use strict";

return React.createElement('a', {
href: Generate(this.props.routeName, this.props.params)
href: Generate(props.routeName, props.params)
}, this.props.children);

@@ -11,0 +11,0 @@ }

{
"name": "react-action-router",
"version": "0.0.8",
"version": "0.0.9",
"description": "A small url router for Flux apps, based on Actions",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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