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

video-utils

Package Overview
Dependencies
Maintainers
1
Versions
796
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

video-utils - npm Package Compare versions

Comparing version 1.0.63 to 1.0.64

2

package.json
{
"name": "video-utils",
"version": "1.0.63",
"version": "1.0.64",
"dependencies": {

@@ -5,0 +5,0 @@ "amqp": "0.2.x",

@@ -71,3 +71,3 @@ var

RabbitSender.prototype._getExchange = function(name){
return this._connection.exchanges[name];
return this._connection.exchanges[name + '.user'] || this._connection.exchanges[name];
};

@@ -74,0 +74,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