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.65 to 1.0.66

package.json.build

2

package.json
{
"name": "video-utils",
"version": "1.0.65",
"version": "1.0.66",
"dependencies": {

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

@@ -34,10 +34,13 @@ var

if (_exchange && _exchange.state === 'open'){
_exchange.publish(generateRoutingKey(userId), data, {
headers: {
"event-type": channel
}
}, cb);
if (_exchange) {
if (_exchange.state === 'open') {
_exchange.publish(generateRoutingKey(userId), data, {
headers: {
"event-type": channel
}
}, cb);
} else {
this._queue.push(arguments);
}
} else {
this._queue.push(arguments);
// нет обменника, создадим с типом direct и passive == false

@@ -52,2 +55,3 @@ self._connection.exchange(exchange, {

});
this._queue.push(arguments);
}

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