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.11 to 0.0.12

3

dist/dev.js

@@ -650,2 +650,5 @@ import {

this.dir = init?.dir ?? "ltr";
overlay.setAttribute("translate", "yes");
overlay.setAttribute("aria-live", "off");
overlay.setAttribute("aria-atomic", "true");
setPartAttr(overlay, "captions");

@@ -652,0 +655,0 @@ this._updateOverlay();

@@ -650,2 +650,5 @@ import {

this.dir = init?.dir ?? "ltr";
overlay.setAttribute("translate", "yes");
overlay.setAttribute("aria-live", "off");
overlay.setAttribute("aria-atomic", "true");
setPartAttr(overlay, "captions");

@@ -652,0 +655,0 @@ this.N();

@@ -652,2 +652,5 @@ import {

this.dir = (init == null ? void 0 : init.dir) ?? "ltr";
overlay.setAttribute("translate", "yes");
overlay.setAttribute("aria-live", "off");
overlay.setAttribute("aria-atomic", "true");
setPartAttr(overlay, "captions");

@@ -654,0 +657,0 @@ this._updateOverlay();

2

package.json
{
"name": "media-captions",
"version": "0.0.11",
"version": "0.0.12",
"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