little-media-box
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2842562
4
60
3721
196
32
7
+ Addedrimraf@^3.0.0
+ Addedrimraf@3.0.2(transitive)