Comparing version 0.0.17 to 0.0.18
@@ -14,3 +14,3 @@ var jsffmpeg = require(__dirname + "/../index.js"); | ||
}, args.target, null, null, { | ||
docker: options.docker, | ||
docker: args.docker, | ||
test_ffmpeg: true | ||
@@ -17,0 +17,0 @@ }).success(function (data) { |
{ | ||
"name": "js-ffmpeg", | ||
"description": "JS FFMpeg", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"author": "Ziggeo", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/jsonize/js-ffmpeg", |
@@ -7,2 +7,3 @@ Scoped.require([ | ||
var DockerPolyfill = require("docker-polyfill"); | ||
var FS = require("fs"); | ||
@@ -25,2 +26,4 @@ var progress_regex = /\s*([^[=\s]+)\s*=\s*([^[=\s]+)/g; | ||
args.push(output); | ||
// Touch file so docker keeps the right owner | ||
FS.writeFileSync(output, ""); | ||
// console.log(args.join(" ")); | ||
@@ -27,0 +30,0 @@ var file = DockerPolyfill.polyfillRun({ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
319203
1468
37