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.45 to 0.0.46

4

index.js

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

if (options.limit_query !== false && options.offset) {
params.push("LIMIT", options.offset || 0, options.limit || -1);
if (options.limit_query !== false && (options.limit || options.offset)) {
params = params.concat(['LIMIT', options.offset || 0, options.limit || -1]);
}

@@ -392,0 +392,0 @@

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