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.4.5 to 0.4.6

8

actions/navigate.js

@@ -21,4 +21,10 @@ var debug = require('debug')('navigateAction');

debug('executing', payload);
var route = context.router.getRoute(payload.path, {navigate: payload});
var options = {
navigate: payload,
method: payload.method
};
var route = context.router.getRoute(payload.path, options);
if (!route) {

@@ -25,0 +31,0 @@ var err = new Error('Url does not exist');

2

package.json
{
"name": "flux-router-component",
"version": "0.4.5",
"version": "0.4.6",
"description": "Router-related React component and mixin for applications with Flux 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