Socket
Socket
Sign inDemoInstall

redux-simple-router

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-simple-router - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

11

lib/index.js

@@ -26,7 +26,10 @@ 'use strict';

var push = exports.push = transition('push');
var replace = exports.replace = transition('replace');
var routeActions = exports.routeActions = {
push: transition('push'),
replace: transition('replace'),
go: transition('go'),
goBack: transition('goBack'),
goForward: transition('goForward')
};
// TODO: Add go, goBack, goForward.
function updateLocation(location) {

@@ -33,0 +36,0 @@ return {

{
"name": "redux-simple-router",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ruthlessly simple bindings to keep react-router and redux in sync",

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

@@ -17,2 +17,4 @@ # redux-simple-router

If you want to install the next major version, use `redux-simple-router@next`. Run `npm dist-tag ls redux-simple-router` to see what `next` is aliased to.
View the [CHANGELOG](https://github.com/jlongster/redux-simple-router/blob/master/CHANGELOG.md) for recent changes.

@@ -110,2 +112,4 @@

* [choonkending/react-webpack-node](https://github.com/choonkending/react-webpack-node) - boilerplate for universal redux and react-router
* [tj/frontend-boilerplate](https://github.com/tj/frontend-boilerplate)
* [bdefore/universal-redux](https://github.com/bdefore/universal-redux) - npm package for universally rendered redux applications

@@ -112,0 +116,0 @@ _Have an example to add? Send us a PR!_

@@ -15,7 +15,10 @@ // Constants

export const push = transition('push')
export const replace = transition('replace')
export const routeActions = {
push: transition('push'),
replace: transition('replace'),
go: transition('go'),
goBack: transition('goBack'),
goForward: transition('goForward')
}
// TODO: Add go, goBack, goForward.
function updateLocation(location) {

@@ -22,0 +25,0 @@ return {

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