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

react-dragtastic

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dragtastic - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

1

build/index.js

@@ -369,3 +369,2 @@ module.exports =

var state = _store2.default.getState();
console.log(state.currentlyDraggingId, this.props.for);
return state.isDragging && state.currentlyDraggingId === this.props.for && this.props.children(_extends({}, state, {

@@ -372,0 +371,0 @@ isOverAccepted: Array.isArray(this.currentlyHoveredDroppableAccepts) ? this.currentlyHoveredDroppableAccepts.find(state.type) : state.type === this.currentlyHoveredDroppableAccepts

2

package.json
{
"name": "react-dragtastic",
"version": "2.0.6",
"version": "2.0.7",
"description": "A simple drag and drop library for React which uses the more stable mouseDown mouseUp architecture instead of the problematic HTML5 drag and drop API.",

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

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