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

@odopod/odo-background-video

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odopod/odo-background-video - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

16

dist/odo-background-video.js

@@ -13,4 +13,2 @@ (function (global, factory) {

var babelHelpers = {};
var classCallCheck = function (instance, Constructor) {

@@ -40,10 +38,2 @@ if (!(instance instanceof Constructor)) {

babelHelpers;
/**

@@ -239,3 +229,3 @@ * @fileoverview Add a odo video component which plays in the background when

key: 'videoElement',
get: function get() {
get: function get$$1() {
return this._odoVideoElement;

@@ -245,3 +235,3 @@ }

key: 'imageElement',
get: function get() {
get: function get$$1() {
return this._odoImageElement;

@@ -251,3 +241,3 @@ }

key: 'mediaElement',
get: function get() {
get: function get$$1() {
if (this.isVideo) {

@@ -254,0 +244,0 @@ return this._video.getVideoElement();

12

package.json
{
"name": "@odopod/odo-background-video",
"description": "Plays in the background when the element comes into view and falls back to an image if the browser cannot autoplay video.",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/odo-background-video.js",

@@ -16,7 +16,7 @@ "style": "css/odo-background-video.css",

"dependencies": {
"@odopod/odo-object-fit": "^1.0.1",
"@odopod/odo-responsive-images": "^1.0.1",
"@odopod/odo-video": "^1.0.1",
"@odopod/odo-viewport": "^1.0.1",
"@odopod/odo-window-events": "^1.0.1"
"@odopod/odo-object-fit": "^1.0.2",
"@odopod/odo-responsive-images": "^1.0.2",
"@odopod/odo-video": "^1.1.0",
"@odopod/odo-viewport": "^1.0.2",
"@odopod/odo-window-events": "^1.0.2"
},

@@ -23,0 +23,0 @@ "homepage": "https://github.com/odopod/code-library/tree/master/packages/odo-background-video",

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