choo-persist
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -48,4 +48,3 @@ const explain = require('explain-error') | ||
return function onStateChange (data, state, prev, caller, createSend) { | ||
const stateCopy = xtend(state) | ||
setState(db, stateCopy, function (err) { | ||
setState(db, state, function (err) { | ||
if (err) { | ||
@@ -52,0 +51,0 @@ const send = createSend('choo-persist') |
{ | ||
"name": "choo-persist", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Synchronize choo state with indexedDB", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
35929
105