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

react-video-renderer

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-video-renderer - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

3

dist/video.js

@@ -24,2 +24,3 @@ "use strict";

};
var isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
var Video = (function (_super) {

@@ -189,3 +190,3 @@ __extends(Video, _super);

controls: false,
preload: 'metadata'
preload: isSafari ? 'auto' : 'metadata'
};

@@ -192,0 +193,0 @@ return Video;

{
"name": "react-video-renderer",
"version": "2.1.1",
"version": "2.1.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:zzarcon/react-video-renderer.git",

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