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.25 to 0.0.26

5

lib/query.js

@@ -126,2 +126,7 @@ var _ = require('lodash');

var keys = _.map(ids, function(id) {
// if indexed value is the hash key
if (id.indexOf('h:') > -1) {
var parts = id.split(':');
id = parts[parts.length -1];
}
var attrs = {};

@@ -128,0 +133,0 @@ attrs[this.ModelClass.prototype.idAttribute] = id;

2

package.json
{
"name": "backbone-db-redis",
"version": "0.0.25",
"version": "0.0.26",
"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