New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

drag-drop-list-react

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drag-drop-list-react - npm Package Compare versions

Comparing version 0.18.0 to 0.19.0

.idea/drag-drop-list-react.iml

4

dist/index.js

@@ -203,3 +203,3 @@ 'use strict';

if (this.blank === null) {
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(dragData.item);
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(this.props.myGid, dragData.item);
}

@@ -220,3 +220,3 @@ this.changeBlank(this.props.children.length);

if (this.blank === null) {
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(dragData.item);
this.blank = typeof this.props.dropFunc === 'undefined' ? dragData.item : this.props.dropFunc(this.props.myGid, dragData.item);
}

@@ -223,0 +223,0 @@ this.changeBlank(newId);

{
"name": "drag-drop-list-react",
"version": "0.18.0",
"version": "0.19.0",
"description": "A library that implements drag-drop lists for react.",

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

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