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 3.3.0 to 3.3.1

2

dist/matroska-subtitles.js

@@ -56,3 +56,3 @@ var ebmlStream = require('ebml-stream');

if (header && SSA_TYPES.has(track.type)) {
if (header) {
track.header = header.toString();

@@ -59,0 +59,0 @@ } // TODO: Assume zlib deflate compression

@@ -56,3 +56,3 @@ import { EbmlStreamDecoder, EbmlTagId } from 'ebml-stream';

if (header && SSA_TYPES.has(track.type)) {
if (header) {
track.header = header.toString();

@@ -59,0 +59,0 @@ } // TODO: Assume zlib deflate compression

@@ -56,3 +56,3 @@ import { EbmlStreamDecoder, EbmlTagId } from 'ebml-stream';

if (header && SSA_TYPES.has(track.type)) {
if (header) {
track.header = header.toString();

@@ -59,0 +59,0 @@ } // TODO: Assume zlib deflate compression

@@ -57,3 +57,3 @@ (function (global, factory) {

if (header && SSA_TYPES.has(track.type)) {
if (header) {
track.header = header.toString();

@@ -60,0 +60,0 @@ } // TODO: Assume zlib deflate compression

{
"name": "matroska-subtitles",
"version": "3.3.0",
"version": "3.3.1",
"description": "Streaming parser for embedded .mkv subtitles.",

@@ -5,0 +5,0 @@ "source": "src/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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