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

backbone-identity-map

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-identity-map - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

8

index.js

@@ -40,3 +40,3 @@ (function (root, factory) {

this.cache.init('BBidentityMap', stores)
this.cache.init(opts.name || 'BBidentityMap', stores)
};

@@ -74,5 +74,5 @@

next(fetchedCollections);
} else {
this.find(collectionKeys[i], loop.bind(this));
}
this.find(collectionKeys[i], loop.bind(this));
}

@@ -87,3 +87,3 @@ };

if (!res || !res.length) {
collection = this._eagerlyFetchCollection(collection);
collection = _this._eagerlyFetchCollection(collection);
collection.models.forEach(function(model) {

@@ -90,0 +90,0 @@ _this.cache.put(collectionKey, model.toJSON());

{
"name": "backbone-identity-map",
"version": "0.1.2",
"version": "0.1.3",
"description": "Identity map implementation for BackboneJS. Uses IndexDB to cache objects",

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