Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

codem-transcode

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codem-transcode - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

3

lib/job-handler.js

@@ -27,3 +27,4 @@ var os = require('os'),

exports.freeSlots = function() {
return config['slots'] - slots.length;
var freeSlots = config['slots'] - slots.length;
return Math.max(freeSlots, 0);
}

@@ -30,0 +31,0 @@

{
"name": "codem-transcode",
"description": "Offline video transcoding using ffmpeg, with a small HTTP API.",
"version": "0.5.7",
"version": "0.5.8",
"keywords": ["transcoding", "ffmpeg", "video"],

@@ -6,0 +6,0 @@ "homepage": "http://www.transcodem.com/",

Sorry, the diff of this file is not supported yet

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