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

backbone-indexeddb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-indexeddb - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

backbone-indexeddb.js

@@ -29,2 +29,4 @@ (function () { /*global _: false, Backbone: false */

else {
_ = require('underscore');
Backbone = require('Backbone');
}

@@ -31,0 +33,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"description": "An backbone adapter for indexeddb. Useless for most people untile indexeddb is ported to the browser",
"version": "0.0.0",
"version": "0.0.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -21,2 +21,2 @@ var Backbone = require('backbone'),

//backboneIndexeddb.sync("read", new Thing(), {}); // we just export the sync method.
backboneIndexeddb.sync("read", new Thing(), {}); // we just export the sync method.
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