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

zoop-utill

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zoop-utill - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

libs/rabbitmq/index.js

@@ -29,2 +29,6 @@ var amqp = require('amqpLib/callback_api');

});
connection.on('ready', function (err) {
console.log("ready")
});
if (callback)

@@ -31,0 +35,0 @@ callback();

4

package.json
{
"name": "zoop-utill",
"version": "2.0.0",
"version": "2.0.1",
"description": "Common library to be used by zoop products.Includes utils such as storage connectors, logging utils, etc.",

@@ -13,3 +13,3 @@ "main": "index.js",

"amqplib": "latest",
"grpc": "^1.12.2",
"grpc": "^1.22.2",
"mysql": "^2.15.0",

@@ -16,0 +16,0 @@ "redis": "^2.8.0"

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