browser-redux-sync
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -27,3 +27,4 @@ 'use strict'; | ||
return data; | ||
} | ||
}, | ||
debounce: 0 | ||
}); | ||
@@ -30,0 +31,0 @@ } |
{ | ||
"name": "browser-redux-sync", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Keep redux states in sync for browser extensions and apps.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,4 +8,5 @@ import storage from './storage'; | ||
serialize: data => data, | ||
deserialize: data => data | ||
deserialize: data => data, | ||
debounce: 0 | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
157
41537