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

node-resque

Package Overview
Dependencies
Maintainers
3
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-resque - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

lib/connection.js

@@ -87,3 +87,4 @@ var util = require('util');

if (!self.options.redis && self.options.package !== 'fakeredis'){
self.redis.disconnect();
if(typeof self.redis.disconnect === 'function'){ self.redis.disconnect(); }
else{ self.redis.quit(); }
}

@@ -90,0 +91,0 @@ };

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "http://github.com/taskrabbit/node-resque",

@@ -9,0 +9,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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