next-redux-wrapper
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "next-redux-wrapper", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Redux wrapper for Next.js", | ||
@@ -50,3 +50,6 @@ "main": "src/index.js", | ||
] | ||
}, | ||
"dependencies": { | ||
"object.assign": "^4.0.4" | ||
} | ||
} |
@@ -76,3 +76,3 @@ Redux wrapper for Next.js | ||
- `createStore` (required, function) : the `makerStore` function as described above | ||
- `createStore` (required, function) : the `makeStore` function as described above | ||
- `storeKey` (optional, string) : the key used on `window` to persist the store on the client | ||
@@ -138,3 +138,3 @@ - `debug` (optional, boolean) : enable debug logging | ||
// Nasty duck typing, you should find a better way to detect | ||
if (!!initialState.toJS) initialState = Immutable.fromJS(initialState); | ||
if (!initialState.toJS) initialState = Immutable.fromJS(initialState); | ||
return createStore(reducer, initialState, applyMiddleware(thunk)); | ||
@@ -141,0 +141,0 @@ } |
var React = require('react'); | ||
var ReactRedux = require('react-redux'); | ||
var assign = require('object.assign'); | ||
@@ -18,3 +19,3 @@ var connect = ReactRedux.connect; | ||
var options = Object.assign({}, config, { | ||
var options = assign({}, config, { | ||
isServer: isServer, | ||
@@ -21,0 +22,0 @@ req: req, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21411
307
3
7
+ Addedobject.assign@^4.0.4
+ Addedcall-bind@1.0.7(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addeddefine-properties@1.2.1(transitive)
+ Addedes-define-property@1.0.0(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.4(transitive)
+ Addedgopd@1.0.1(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-proto@1.0.3(transitive)
+ Addedhas-symbols@1.0.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedobject-keys@1.1.1(transitive)
+ Addedobject.assign@4.1.5(transitive)
+ Addedset-function-length@1.2.2(transitive)