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

backbone-db-local

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-db-local - npm Package Compare versions

Comparing version 0.5.10 to 0.5.11

.idea/.name

4

index.js

@@ -246,7 +246,7 @@ var Backbone = require('backdash');

create: function(model, options, cb) {
debug('CREATE: %o', model.toJSON());
debug('CREATE: %o', model.toJSON(options));
var self = this;
function store(model) {
self.store().setItem(getKey(model), JSON.stringify(model), function(err, res) {
self.store().setItem(getKey(model), JSON.stringify(model.toJSON(options)), function(err, res) {
self.records.push(getKey(model));

@@ -253,0 +253,0 @@ self.save(function(err) {

{
"name": "backbone-db-local",
"version": "0.5.10",
"version": "0.5.11",
"description": "Backbone-db localStorage and in-process implementation",

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