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

aws-transcode

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-transcode - npm Package Compare versions

Comparing version 1.0.0-0 to 1.0.0-1

2

package.json
{
"name": "aws-transcode",
"version": "1.0.0-0",
"version": "1.0.0-1",
"description": "A promise based wrapper to make transcoding with AWS easy.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

const abind = require('abind');
const AWS = require('aws-sdk');
const debug = require('debug')('transcode');
const debug = require('debug')('aws-transcode');
const delay = require('delay');

@@ -53,3 +53,3 @@

return outputs.reduce(async (acc, output) => {
return await this.checkExists(output) ? acc : [...acc, output];
return (await this.checkExists(output)) ? acc : [...(await acc), output];
}, []);

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