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

flowplayer-drive

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowplayer-drive - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/cli.js

@@ -51,5 +51,3 @@ #!/usr/bin/env node

var files = arguments.length <= 0 || arguments[0] === undefined ? [] : arguments[0];
var opts = arguments[1];
var outputEmbedCode = !!opts['embed-code'];
if (!files.length) return usageFlow();

@@ -67,3 +65,2 @@ readConfiguration().then(function (_ref) {

console.log('Upload complete, video id ' + resp.id);
if (outputEmbedCode) process.stdout.write('<script async src="//flowplayer.org/6/flowplayer.js">{"src":"' + resp.userId + '/' + resp.id + '","controls":true}</script>\n');
});

@@ -93,3 +90,2 @@ });

console.log(' upload <file1> <file2> | upload files to be encoded by Flowplayer Drive');
console.log(' --embed-code | output embed code for uploaded video');
console.log(' list | list all videos in Drive library');

@@ -96,0 +92,0 @@ }

3

package.json
{
"name": "flowplayer-drive",
"version": "0.1.0",
"version": "0.1.1",
"description": "NPM module and CLI tool for managing videos on Flowplayer Drive",

@@ -44,4 +44,5 @@ "main": "lib/index.js",

"osenv": "^0.1.3",
"qs": "^6.2.1",
"xmldom": "^0.1.22"
}
}
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