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

multimediaobject

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multimediaobject - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

2

package.json
{
"name": "multimediaobject",
"version": "1.0.23",
"version": "1.0.24",
"description": "Multimediaobject library",

@@ -5,0 +5,0 @@ "main": "src/MultimediaObject.js",

@@ -137,4 +137,4 @@ /*

}
console.log(utils.parseBoolean(this.data.autostart), !(this.DOMParent instanceof MultimediaObject));
if (utils.parseBoolean(this.data.autostart) && !(this.DOMParent instanceof MultimediaObject)) {
console.log(utils.parseBoolean(this.data.autostart), !(this.DOMParent instanceof MultimediaObject), utils.parseBoolean(this.data.forceStart));
if (utils.parseBoolean(this.data.autostart) && !(this.DOMParent instanceof MultimediaObject) && utils.parseBoolean(this.data.forceStart)) {
this.startAnimation();

@@ -164,2 +164,3 @@ } else if(utils.parseBoolean(this.data.autostart)) {

this.data.autostart = typeof this.data.autostart === 'undefined' ? true : utils.parseBoolean(this.data.autostart);
this.data.forceStart = false;
if (this.element) {

@@ -166,0 +167,0 @@ this.applyAttributes();

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