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

media-captions

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

media-captions - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

13

dist/dev.js

@@ -670,2 +670,9 @@ import {

this._updateOverlay();
for (const el of this._regions.values()) {
el[STARTING_BOX] = null;
}
for (const el of this._cues.values()) {
if (el)
el[STARTING_BOX] = null;
}
this._render(true);

@@ -796,6 +803,4 @@ }, 50);

const el = this._createRegionElement(region);
if (el) {
this._regions.set(region.id, el);
this.overlay.append(el);
}
this._regions.set(region.id, el);
this.overlay.append(el);
}

@@ -802,0 +807,0 @@ }

@@ -670,2 +670,9 @@ import {

this.M();
for (const el of this.l.values()) {
el[STARTING_BOX] = null;
}
for (const el of this.d.values()) {
if (el)
el[STARTING_BOX] = null;
}
this.N(true);

@@ -796,6 +803,4 @@ }, 50);

const el = this._(region);
if (el) {
this.l.set(region.id, el);
this.overlay.append(el);
}
this.l.set(region.id, el);
this.overlay.append(el);
}

@@ -802,0 +807,0 @@ }

@@ -672,2 +672,9 @@ import {

this._updateOverlay();
for (const el of this._regions.values()) {
el[STARTING_BOX] = null;
}
for (const el of this._cues.values()) {
if (el)
el[STARTING_BOX] = null;
}
this._render(true);

@@ -798,6 +805,4 @@ }, 50);

const el = this._createRegionElement(region);
if (el) {
this._regions.set(region.id, el);
this.overlay.append(el);
}
this._regions.set(region.id, el);
this.overlay.append(el);
}

@@ -804,0 +809,0 @@ }

{
"name": "media-captions",
"version": "0.0.14",
"version": "0.0.15",
"description": "Media captions parser and renderer.",

@@ -5,0 +5,0 @@ "license": "MIT",

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