Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 0.0.2

example/file-extensions/index.js

4

package.json
{
"name": "little-media-box",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -35,2 +35,3 @@ "main": "index.js",

"pump": "^3.0.0",
"rimraf": "^3.0.0",
"simple-get": "^3.1.0",

@@ -49,5 +50,4 @@ "smpte-timecode": "^1.2.3",

"progress": "^2.0.3",
"rimraf": "^3.0.0",
"tape": "^4.11.0"
}
}

@@ -63,6 +63,14 @@ # little-media-box

Extracts the media track from the given `source` and returns it as a
`stream.Readable`.
### `delivery = new lmb.Delivery([opts])`
An object, which provides one or more `Source` objects. Extends [nanoresource-pool][pr].
### `lmb.demux(source, [opts], callback)`
Extracts one or more media tracks from the given source, and saves each to its
own individual Matroska container.
### `lmb.mux(sources, [opts], callback)`

@@ -100,3 +108,5 @@

???
An extended `Array` that contains a set of lexicographically-sorted unique file
extension names. Provides various methods like checking the file type for an
extension.

@@ -129,3 +139,3 @@ ### [`asset = new lmb.Asset(uri, [opts])`](./asset.js)

Extends Extends [`Track`][tr].
Extends [`Track`][tr].

@@ -187,2 +197,3 @@ ### `lmb.TrackError`

[nr]: https://github.com/mafintosh/nanoresource
[pr]: https://github.com/little-core-labs/nanoresource-pool
[tr]: ./track/track.js
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