matroska-subtitles
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "matroska-subtitles", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Writable stream for parsing embedded .mkv subtitles.", | ||
"main": "index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"dependencies": { | ||
"ebml": "^2.2.0", | ||
"ebml-block": "^1.0.0" | ||
"ebml-block": "^1.1.0" | ||
}, | ||
@@ -10,0 +13,0 @@ "devDependencies": {}, |
@@ -41,2 +41,4 @@ # matroska-subtitles [![npm][npm-img]][npm-url] [![dependencies][dep-img]][dep-url] [![license][lic-img]][lic-url] | ||
See [examples](https://github.com/mathiasvr/matroska-subtitles/tree/master/examples) folder for more examples. | ||
### `tracks` event response format | ||
@@ -69,3 +71,3 @@ | ||
you can pass in a previous instance as parameter: `parser = new MatroskaSubtitles(parser)` | ||
after the `tracks` event and pipe from a given position. See `examples/random-access.js` for an example. | ||
after the `tracks` event and pipe from a given position. See [examples/random-access.js](https://github.com/mathiasvr/matroska-subtitles/blob/master/examples/random-access.js) for an example. | ||
@@ -72,0 +74,0 @@ ## see also |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
79
0
0
8991
5
123
Updatedebml-block@^1.1.0