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.5 to 0.2.6

dist/types-ts4.0/closest-edge.d.ts

2

addon/closest-edge/package.json

@@ -9,3 +9,3 @@ {

"typesVersions": {
">=4.0 <4.3": {
">=4.0 <4.5": {
"*": [

@@ -12,0 +12,0 @@ "../../dist/types-ts4.0/closest-edge.d.ts"

# @atlaskit/drag-and-drop-hitbox
## 0.2.6
### Patch Changes
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
## 0.2.5

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

@@ -72,6 +72,3 @@ "use strict";

// Sadly this doesn't work in TS4.2
// It does work in TS4.7
// @ts-expect-error
return (_ref2 = userData[uniqueKey]) !== null && _ref2 !== void 0 ? _ref2 : null;
}

@@ -59,6 +59,3 @@ "use strict";

// Sadly this doesn't work in TS4.2
// It does work in TS4.7
// @ts-expect-error
return (_ref2 = userData[uniqueKey]) !== null && _ref2 !== void 0 ? _ref2 : null;
}
{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.5",
"version": "0.2.6",
"sideEffects": false
}

@@ -48,6 +48,3 @@ // re-exporting type to make it easy to use

// Sadly this doesn't work in TS4.2
// It does work in TS4.7
// @ts-expect-error
return (_ref = userData[uniqueKey]) !== null && _ref !== void 0 ? _ref : null;
}

@@ -44,6 +44,3 @@ // using a symbol so we can guarantee a key with a unique value

// Sadly this doesn't work in TS4.2
// It does work in TS4.7
// @ts-expect-error
return (_ref = userData[uniqueKey]) !== null && _ref !== void 0 ? _ref : null;
}
{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.5",
"version": "0.2.6",
"sideEffects": false
}

@@ -61,6 +61,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

// Sadly this doesn't work in TS4.2
// It does work in TS4.7
// @ts-expect-error
return (_ref2 = userData[uniqueKey]) !== null && _ref2 !== void 0 ? _ref2 : null;
}

@@ -48,6 +48,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

// Sadly this doesn't work in TS4.2
// It does work in TS4.7
// @ts-expect-error
return (_ref2 = userData[uniqueKey]) !== null && _ref2 !== void 0 ? _ref2 : null;
}
{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.5",
"version": "0.2.6",
"sideEffects": false
}

@@ -9,3 +9,3 @@ {

"typesVersions": {
">=4.0 <4.3": {
">=4.0 <4.5": {
"*": [

@@ -12,0 +12,0 @@ "../../dist/types-ts4.0/experimental/tree.d.ts"

{
"name": "@atlaskit/drag-and-drop-hitbox",
"version": "0.2.5",
"version": "0.2.6",
"description": "An addon for `@atlaskit/drag-and-drop` with helpers for attaching interaction information to a drop target when it is being dragged over",

@@ -25,2 +25,9 @@ "author": "Atlassian Pty Ltd",

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

@@ -46,3 +53,3 @@ "atlaskit:src": "src/index.ts",

"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
"typescript": "4.3.5",
"typescript": "4.5.5",
"wait-for-expect": "^1.2.0"

@@ -49,0 +56,0 @@ },

@@ -9,3 +9,3 @@ {

"typesVersions": {
">=4.0 <4.3": {
">=4.0 <4.5": {
"*": [

@@ -12,0 +12,0 @@ "../dist/types-ts4.0/types.d.ts"

@@ -9,3 +9,3 @@ {

"typesVersions": {
">=4.0 <4.3": {
">=4.0 <4.5": {
"*": [

@@ -12,0 +12,0 @@ "../../dist/types-ts4.0/reorder-with-edge.d.ts"

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