redux-local-storage
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -39,3 +39,2 @@ 'use strict'; | ||
_action$type$match2 = _slicedToArray(_action$type$match, 3), | ||
string = _action$type$match2[0], | ||
namespace = _action$type$match2[1], | ||
@@ -42,0 +41,0 @@ type = _action$type$match2[2]; |
{ | ||
"name": "redux-local-storage", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Redux middleware for accessing local storage", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -14,3 +14,3 @@ import _ from 'lodash' | ||
const [string, namespace, type] = action.type.match(/([\a-z0-9_\.]*)?\/?([A-Z0-9_]*)/) | ||
const [, namespace, type] = action.type.match(/([\a-z0-9_\.]*)?\/?([A-Z0-9_]*)/) | ||
@@ -17,0 +17,0 @@ switch (type) { |
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
242978
660