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

@atlaskit/drag-and-drop-hitbox

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.2.4 to 0.2.5

9

addon/closest-edge/package.json

@@ -7,3 +7,10 @@ {

"sideEffects": false,
"types": "../../dist/types/closest-edge.d.ts"
"types": "../../dist/types/closest-edge.d.ts",
"typesVersions": {
">=4.0 <4.3": {
"*": [
"../../dist/types-ts4.0/closest-edge.d.ts"
]
}
}
}
# @atlaskit/drag-and-drop-hitbox
## 0.2.5
### Patch Changes
- Updated dependencies
## 0.2.4

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

2

dist/cjs/version.json
{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.4",
"version": "0.2.5",
"sideEffects": false
}
{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.4",
"version": "0.2.5",
"sideEffects": false
}
{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.4",
"version": "0.2.5",
"sideEffects": false
}

@@ -7,3 +7,10 @@ {

"sideEffects": false,
"types": "../../dist/types/experimental/tree.d.ts"
"types": "../../dist/types/experimental/tree.d.ts",
"typesVersions": {
">=4.0 <4.3": {
"*": [
"../../dist/types-ts4.0/experimental/tree.d.ts"
]
}
}
}
{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.4",
"version": "0.2.5",
"description": "An addon for `@atlaskit/drag-and-drop` with helpers for attaching interaction information to a drop target when it is being dragged over",

@@ -35,3 +35,3 @@ "author": "Atlassian Pty Ltd",

"dependencies": {
"@atlaskit/drag-and-drop": "^0.6.0",
"@atlaskit/drag-and-drop": "^0.7.0",
"@babel/runtime": "^7.0.0"

@@ -38,0 +38,0 @@ },

@@ -7,3 +7,10 @@ {

"sideEffects": false,
"types": "../dist/types/types.d.ts"
"types": "../dist/types/types.d.ts",
"typesVersions": {
">=4.0 <4.3": {
"*": [
"../dist/types-ts4.0/types.d.ts"
]
}
}
}

@@ -7,3 +7,10 @@ {

"sideEffects": false,
"types": "../../dist/types/reorder-with-edge.d.ts"
"types": "../../dist/types/reorder-with-edge.d.ts",
"typesVersions": {
">=4.0 <4.3": {
"*": [
"../../dist/types-ts4.0/reorder-with-edge.d.ts"
]
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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