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

@atlaskit/pragmatic-drag-and-drop

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/pragmatic-drag-and-drop - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

CHANGELOG.md
# @atlaskit/pragmatic-drag-and-drop
## 1.1.4
### Patch Changes
- [#94302](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94302) [`66ca9d1d1602`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/66ca9d1d1602) - Improving jsdoc for the drop target `canDrop` function
## 1.1.3

@@ -4,0 +10,0 @@

@@ -310,2 +310,7 @@ export type CleanupFn = () => void;

*
* Blocking dropping on a drop target will not block
* dropping on child or parent drop targets.
* If you want child or parent drop targets to block dropping,
* then they will need to return `false` from their `canDrop()`
*
* `canDrop()` is called _repeatedly_ while a drop target

@@ -312,0 +317,0 @@ * is being dragged over to allow you to dynamically

@@ -310,2 +310,7 @@ export type CleanupFn = () => void;

*
* Blocking dropping on a drop target will not block
* dropping on child or parent drop targets.
* If you want child or parent drop targets to block dropping,
* then they will need to return `false` from their `canDrop()`
*
* `canDrop()` is called _repeatedly_ while a drop target

@@ -312,0 +317,0 @@ * is being dragged over to allow you to dynamically

2

package.json
{
"name": "@atlaskit/pragmatic-drag-and-drop",
"version": "1.1.3",
"version": "1.1.4",
"description": "The core package for Pragmatic drag and drop - enabling fast drag and drop for any experience on any tech stack",

@@ -5,0 +5,0 @@ "repository": "https://github.com/atlassian/pragmatic-drag-and-drop",

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