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.47 to 1.0.48

2

package.json
{
"name": "video-utils",
"version": "1.0.47",
"version": "1.0.48",
"dependencies": {

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

@@ -54,6 +54,11 @@ var

self._lastHandlers.forEach(function (hdl) {
if (isPromise(result = hdl(err, exitCode))) {
lastPromises.push(result);
try {
if (isPromise(result = hdl(err, exitCode))) {
lastPromises.push(result);
}
} catch (e) {
errors.push(e);
}
});
allWithTimeout(lastPromises)

@@ -60,0 +65,0 @@ .then(exit)

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