little-media-box
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "little-media-box", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -226,4 +226,5 @@ const { ffmpeg } = require('./ffmpeg') | ||
const { uri } = this | ||
const stream = this.uri !== null && this.uri.includes('file://') ? | ||
this.uri : this.createReadStream(opts) | ||
const stream = this.uri !== null && this.uri.includes('file://') | ||
? this.uri | ||
: this.createReadStream(opts).on('error', callback) | ||
@@ -230,0 +231,0 @@ this.active() |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2714069
3422
6