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

flux-router-component

Package Overview
Dependencies
Maintainers
5
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-router-component - npm Package Compare versions

Comparing version 0.5.12 to 0.5.13

.idea/.name

10

lib/RouterMixin.js

@@ -38,2 +38,12 @@ /**

},
childContextTypes: {
makePath: React.PropTypes.func
},
getChildContext: function(){
var context = {};
Object.keys(RouterMixin.childContextTypes).forEach(function (key) {
context[key] = (this.props.context && this.props.context[key]) || this.context[key];
}, this);
return context;
},
componentDidMount: function() {

@@ -40,0 +50,0 @@ var self = this;

2

package.json
{
"name": "flux-router-component",
"version": "0.5.12",
"version": "0.5.13",
"description": "Router-related React component and mixin for applications with Fluxible architecture",

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

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