New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

little-media-box

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

little-media-box - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"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()

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