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

@wistia/wistia-player

Package Overview
Dependencies
Maintainers
0
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wistia/wistia-player - npm Package Compare versions

Comparing version 0.0.84 to 0.0.85

dist/types/utilities/gradients.d.ts

2

dist/types/embeds/media/players/vulcanV2Player/shared/ui_components/BigPlayButton.d.ts

@@ -5,3 +5,3 @@ import { JSX, Ref } from 'preact';

interface BigPlayButtonProps {
backgroundGradientCss?: string;
backgroundGradientCss?: string | null;
baseHeight?: number;

@@ -8,0 +8,0 @@ baseWidth?: number;

import { ContainerNode } from 'preact';
import { Gradient } from './gradient.ts';
import { PlaylistMethods } from '../embeds/shared/playlists/playlist-methods.ts';

@@ -206,2 +207,5 @@ import { CarouselData } from './carousel.ts';

playerColor?: string;
playerColorGradient?: Gradient & {
on: boolean;
};
playerLanguage?: Language | string;

@@ -208,0 +212,0 @@ playsinline?: boolean;

@@ -19,2 +19,9 @@ import type { PublicApi } from '../types/player-api-types.ts';

/**
* Remove the embed options for a given key or embed id
* @param {string} id - The key or embed id
* @param {object} options - The options to set
* @returns {void}
*/
export declare const removeEmbedOptionStore: (id: string) => void;
/**
* Legacy behavior replacement for Wistia.options - Get or set embed options based

@@ -21,0 +28,0 @@ * on the parameters provided

{
"name": "@wistia/wistia-player",
"version": "0.0.84",
"version": "0.0.85",
"packageManager": "yarn@4.5.3",

@@ -5,0 +5,0 @@ "description": "An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.",

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

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

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