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

redux-saga-model

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-model - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

npm-debug.log.1104090964

2

package.json
{
"name": "redux-saga-model",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {

@@ -5,0 +5,0 @@ "@types/react-router": "2.x",

@@ -152,3 +152,3 @@ import {createStore, applyMiddleware, compose, combineReducers} from 'redux';

*/
function getStore() {
function getStore({history}) {

@@ -235,2 +235,4 @@ // error wrapper 注册默认的 onError handler 默认直接抛出异常

this._history = isFunction(history) ? history(store) : history;
// extend store

@@ -237,0 +239,0 @@ store.runSaga = sagaMiddleware.run;

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