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

backbone-db-redis

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-db-redis - npm Package Compare versions

Comparing version 0.0.42 to 0.0.43

3

index.js

@@ -327,2 +327,3 @@ var _ = require('lodash'),

var setKey = options.indexKey || collection.indexKey;
var dynamicSorted = false;

@@ -348,2 +349,3 @@ var done = function(err, data) {

var opts = _.extend(setOpts, options);
if (dynamicSorted) opts.sort = false;
collection.set(models, opts);

@@ -380,2 +382,3 @@ return cb(err, models);

if (options.sort && collection.model.prototype.redis_type === 'hash') {
dynamicSorted = true;
var m = new collection.model();

@@ -382,0 +385,0 @@ var idKey = self.getIdKey(m);

2

package.json
{
"name": "backbone-db-redis",
"version": "0.0.42",
"version": "0.0.43",
"description": "Redis driver for Backbone.Db",

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