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

react-dnd-touch-backend

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-touch-backend - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

2

dist/Touch.js

@@ -44,3 +44,3 @@ /**

// Polyfill for document.elementsFromPoint
var elementsFromPoint = (document && document.elementsFromPoint || function (x, y) {
var elementsFromPoint = (typeof document !== 'undefined' && document.elementsFromPoint || function (x, y) {
var elements = [],

@@ -47,0 +47,0 @@ previousPointerEvents = [],

{
"name": "react-dnd-touch-backend",
"version": "0.3.9",
"version": "0.3.10",
"description": "Touch backend for react-dnd",

@@ -5,0 +5,0 @@ "main": "dist/Touch.js",

@@ -0,0 +0,0 @@ <img src="https://avatars2.githubusercontent.com/u/6412038?v=3&s=200" alt="react logo" title="react" align="right" width="64" height="64" />

@@ -27,3 +27,3 @@ /**

// Polyfill for document.elementsFromPoint
const elementsFromPoint = ((document && document.elementsFromPoint) || function (x,y) {
const elementsFromPoint = ((typeof document !== 'undefined' && document.elementsFromPoint) || function (x,y) {
var elements = [], previousPointerEvents = [], current, i, d;

@@ -30,0 +30,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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