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.7 to 0.0.8

12

module/component/ActionLink.js

@@ -6,10 +6,8 @@ "use strict";

var ActionLink = React.createClass({
render: function() {
return React.createElement('a', {
href: Generate(this.props.routeName, this.props.params)
}, this.props.children);
}
});
function ActionLink(props) {
return React.createElement('a', {
href: Generate(this.props.routeName, this.props.params)
}, this.props.children);
}
module.exports = ActionLink;
{
"name": "react-action-router",
"version": "0.0.7",
"version": "0.0.8",
"description": "A small url router for Flux apps, based on Actions",

@@ -28,3 +28,3 @@ "scripts": {

"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
"react": "^0.14.0 || ^15.0.0-0 || ^16.0"
},

@@ -31,0 +31,0 @@ "dependencies": {

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