New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vot.js/shared

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vot.js/shared - npm Package Compare versions

Comparing version 2.1.7 to 2.1.8

2

dist/data/config.js

@@ -12,3 +12,3 @@ export default {

loggerLevel: 1,
version: "2.1.7",
version: "2.1.8",
};

@@ -23,28 +23,2 @@ export type Course = {

};
export type Source = {
src: string;
type: string;
};
export type PlayerCache = {
duration: number;
currentTime: number;
volume: number;
source: Source | undefined;
sources: Source[];
};
export type Track = {
kind: "captions";
label: string;
src: string;
srclang: string;
};
export type PlayerOptions = {
courseId: string;
sources: Source[];
tracks: Track[];
};
export type PlayerData = {
cache_: PlayerCache;
options_: PlayerOptions;
};
export type CourseData = {

@@ -51,0 +25,0 @@ elements: [

{
"name": "@vot.js/shared",
"description": "shared for all @vot.js package",
"version": "2.1.7",
"version": "2.1.8",
"author": "Toil",

@@ -6,0 +6,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