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.34 to 0.0.35

3

index.js

@@ -381,4 +381,3 @@ var _ = require('lodash'),

var params = _.clone(options.indexKeys);
params.push(collection.indexKey);
if (collection.indexSort) params.unshift(params.length); // how many keys to union
if (collection.indexSort) params.unshift(options.indexKeys.length); // how many keys to union
params.unshift(unionKey); // where to store

@@ -385,0 +384,0 @@

{
"name": "backbone-db-redis",
"version": "0.0.34",
"version": "0.0.35",
"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