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

dnm-react-uploader

Package Overview
Dependencies
Maintainers
6
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnm-react-uploader - npm Package Compare versions

Comparing version 1.26.11 to 1.26.12

2

package.json
{
"name": "dnm-react-uploader",
"version": "1.26.11",
"version": "1.26.12",
"description": "React file uploader",

@@ -5,0 +5,0 @@ "main": "dist/dnm-react-uploader.umd.min.js",

@@ -279,2 +279,6 @@ import React from 'react';

_isIos () {
return /iPad|iPhone|iPod/.test(navigator.userAgent);
}
_handleWindowScroll() {

@@ -285,3 +289,3 @@ const srcType = this.getSrcType();

// https://stackoverflow.com/a/60018490
if ((rect.bottom >= 0 && rect.right >= 0 && rect.top <= (window.innerHeight || document.documentElement.clientHeight) && rect.left <= (window.innerWidth || document.documentElement.clientWidth))) {
if (!this._isIos() && (rect.bottom >= 0 && rect.right >= 0 && rect.top <= (window.innerHeight || document.documentElement.clientHeight) && rect.left <= (window.innerWidth || document.documentElement.clientWidth))) {
this.video.play();

@@ -288,0 +292,0 @@ } else {

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

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

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