New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backbone.browserStorage

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone.browserStorage - npm Package Versions

0.0.5

Diff
jcbrand
published 0.0.5 •

Changelog

Source

0.0.5 (2018-10-28)

  • Pass along the options map. Otherwise events fire even though {silent: true} was passed to the Collection.prototype.create method.
jcbrand
published 0.0.4 •

Changelog

Source

0.0.4 (2018-10-21)

  • Don't return boolean on update and create, otherwise the model.changed attribute isn't correctly populated when a model is saved.
jcbrand
published 0.0.3 •

Changelog

Source

0.0.3 (2016-08-31)

  • #1 Fix typo in main. Fixes webpack failing to load the module
  • #2 Fix storage clearing problems
jcbrand
published 0.0.2 •

Changelog

Source

0.0.2 (2015-12-04)

  • Bugfix. undefined is not a function.