Socket
Socket
Sign inDemoInstall

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 3.0.1 to 3.0.2

4

index.js

@@ -27,3 +27,3 @@ var mutate = require('xtend/mutable')

} catch (e) {
bus.emit('log:warn', 'Coun not wipe localStorage ' + name)
bus.emit('log:warn', 'Could not wipe localStorage ' + name)
}

@@ -39,3 +39,3 @@ bus.emit('log:warn', 'Wiping localStorage ' + name)

bus.removeListener('*', listener)
bus.emit('log:warn', 'Cound not set item to localStorage ' + name)
bus.emit('log:warn', 'Could not set item to localStorage ' + name)
}

@@ -42,0 +42,0 @@ }

{
"name": "choo-persist",
"version": "3.0.1",
"version": "3.0.2",
"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