Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

matroska-subtitles

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matroska-subtitles - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

7

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

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