New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redux-first-history

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-first-history - npm Package Compare versions

Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6

4

lib/redux-first-history.js

@@ -91,3 +91,3 @@ 'use strict';

exports.goForward = _goForward;
var createReduxHistoryContex = function createReduxHistoryContex(_ref2) {
var createReduxHistoryContext = function createReduxHistoryContext(_ref2) {
var history = _ref2.history,

@@ -262,2 +262,2 @@ _ref2$routerReducerKe = _ref2.routerReducerKey,

};
exports.createReduxHistoryContex = createReduxHistoryContex;
exports.createReduxHistoryContext = createReduxHistoryContext;
{
"name": "redux-first-history",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "Redux First History - Redux 100% SINGLE-AND-ONLY source of truth! - Tested on react-router v4 and reach-router. ",

@@ -5,0 +5,0 @@ "main": "lib/redux-first-history.js",

@@ -61,3 +61,3 @@ /************************************************* reachify ******************************************************/

export const createReduxHistoryContex = ({
export const createReduxHistoryContext = ({
history, routerReducerKey = 'router', oldLocationChangePayload = false, reduxTravelling = false, showHistoryAction = false,

@@ -64,0 +64,0 @@ }) => {

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