Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@akryum/mediaelement

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akryum/mediaelement - npm Package Compare versions

Comparing version 4.3.3 to 4.3.4

2

package.json
{
"name": "@akryum/mediaelement",
"license": "MIT",
"version": "4.3.3",
"version": "4.3.4",
"main": "full.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -1806,11 +1806,11 @@ 'use strict';

play () {
this.proxy.play();
return this.proxy.play();
}
pause () {
this.proxy.pause();
return this.proxy.pause();
}
load () {
this.proxy.load();
return this.proxy.load();
}

@@ -1817,0 +1817,0 @@

@@ -72,7 +72,7 @@ 'use strict';

play () {
this.media.play();
return this.media.play();
}
pause () {
this.media.pause();
return this.media.pause();
}

@@ -79,0 +79,0 @@

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

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

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