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

@harryy/plyr

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harryy/plyr - npm Package Compare versions

Comparing version 3.9.3 to 3.9.4

2

package.json
{
"name": "@harryy/plyr",
"version": "3.9.3",
"version": "3.9.4",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",

@@ -5,0 +5,0 @@ "homepage": "https://plyr.io",

@@ -23,3 +23,3 @@ // ==========================================================================

// Toggle mini class
toggleClass(this.elements.container, this.config.classNames.mini, this.config.mini);
toggleClass(this.elements.container, this.config.classNames.mini, Boolean(this.config.mini));

@@ -26,0 +26,0 @@ // Add provider class

@@ -984,3 +984,3 @@ // ==========================================================================

set mini(input) {
this.config.mini = Boolean(input === true || input === 'true');
this.config.mini = Boolean(input);
toggleClass(this.elements.container, this.config.classNames.mini, this.config.mini);

@@ -987,0 +987,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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

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