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.0.8 to 2.0.9

2

dist/data/config.js

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

loggerLevel: 1,
version: "2.0.8",
version: "2.0.9",
};
export type VideoCaption = {
signed_url: string;
locale: string;
srclang: string;
type: "captions";
src: string;
};
export type VideoSources = VideoCaption | {
src: string;
type: "quicksilver";
};
export type VideoBlock = {

@@ -11,5 +16,2 @@ type: "video";

autoplay: boolean;
video_url: string;
video_captions: VideoCaption[];
video_thumbnail_large_url: string;
};

@@ -16,0 +18,0 @@ export type Link = {

{
"name": "@vot.js/shared",
"description": "shared for all @vot.js package",
"version": "2.0.8",
"version": "2.0.9",
"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