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.11 to 0.0.12

6

backbone-indexeddb.js

@@ -555,3 +555,3 @@ (function () { /*global _: false, Backbone: false */

if ($ && $.Deferred) {
if (typeof($) != 'undefined' && $.Deferred) {
var dfd = $.Deferred();

@@ -580,3 +580,3 @@ var resolve = dfd.resolve;

};
var next = function(){

@@ -593,3 +593,3 @@ Databases[schema.id].execute([method, object, options]);

return promise;
};
};

@@ -596,0 +596,0 @@ if(typeof exports == 'undefined'){

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

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

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

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