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.74 to 1.0.75

7

config.js

@@ -131,3 +131,4 @@ var path = require('path');

dCloudConfig = require('sbis3-cloud-config').init(args.cloudConfigPath);
dCloudConfig.then(function (_cloudData) {
dCloudConfig.once('init', function (_cloudData) {
cloudData = _cloudData;

@@ -141,3 +142,5 @@ eachRecursive(configuration, humanize);

deferred.resolve(configuration);
}).catch(function (e) {
});
dCloudConfig.once('error', function (e) {
logger.error('Configuration', e.message);

@@ -144,0 +147,0 @@ if(timer >= TIMER_END){

{
"name": "video-utils",
"version": "1.0.74",
"version": "1.0.75",
"dependencies": {

@@ -9,3 +9,3 @@ "amqp": "0.2.x",

"q": "1.4.x",
"sbis3-cloud-config": "0.0.2",
"sbis3-cloud-config": "2.1.x",
"sbis3-cloud-logger": "0.2.3",

@@ -12,0 +12,0 @@ "sbis3-bl-request": "^0.0.2",

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