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

behart-live-tour

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

behart-live-tour - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

components/card/CardVideo.js

@@ -20,3 +20,3 @@ import React from 'react';

this.state = {
playerState: new MediaPlayerState({autoPlay: true, muted: true}), // init with muted, autoPlay
playerState: new MediaPlayerState({autoPlay: true, muted: false}), // init with muted, autoPlay
};

@@ -23,0 +23,0 @@ }

@@ -119,3 +119,4 @@ import React from 'react';

ratio={cardEntry.ratio}
width={this.props.width}
width={this.props.width}
mute={this.props.mute}
borderWidth={ !isNaN(cardEntry.borderWidth) ? cardEntry.borderWidth : (this.props.video && this.props.video.borderWidth)}

@@ -122,0 +123,0 @@ ctrl={cardEntry.ctrl}

{
"name": "behart-live-tour",
"version": "0.0.7",
"version": "0.0.8",
"description": "Create VR tours. Built on React VR. LiveTourLab is the #1 open source framework and ecosystem for creating Live Tours. Extend with your own VR components in minutes.",

@@ -5,0 +5,0 @@ "main": "index.js",

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