react-dnd-touch-backend
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
278858
1650
12
1