Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

choo-persist

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

choo-persist - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -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",

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