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

@uxpin/html-dnd

Package Overview
Dependencies
Maintainers
31
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxpin/html-dnd - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

lib/index.js

@@ -19,3 +19,3 @@ var util = require('util');

var droppable = document.querySelector(selectorDroppable);
var middleStep = dndSimulateConfig.middleStep ? document.querySelector(dndSimulateConfig.middleStep) : null;
var middleStep = dndSimulateConfig && dndSimulateConfig.middleStep ? document.querySelector(dndSimulateConfig.middleStep) : null;

@@ -22,0 +22,0 @@ dnd.simulate(draggable, droppable, dndSimulateConfig, middleStep);

{
"name": "@uxpin/html-dnd",
"version": "2.2.0",
"version": "2.2.1",
"description": "HTML Drag and Drop Simulator for E2E testing",

@@ -5,0 +5,0 @@ "keywords": [

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