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

@atlaskit/drag-and-drop

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.11.0 to 0.12.0

report.api.md

9

CHANGELOG.md
# @atlaskit/drag-and-drop
## 0.12.0
### Minor Changes
- [`90901f5bbe0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/90901f5bbe0) - Replace default entry point of `undefined` with `{}`.
> **NOTE:** Importing from the default entry point isn't supported.
> _Please use individual entry points in order to always obtain minimum kbs._
## 0.11.0

@@ -4,0 +13,0 @@

3

dist/cjs/index.js

@@ -7,6 +7,7 @@ "use strict";

exports.default = void 0;
// This file exists for module resolution purposes.
// Not exporting anything from the root entry point
// Please use individual entry points in order to always
// obtain minimum kbs.
var _default = undefined;
var _default = {};
exports.default = _default;
{
"name": "@atlaskit/drag-and-drop",
"version": "0.11.0",
"version": "0.12.0",
"sideEffects": false
}

@@ -0,1 +1,3 @@

// This file exists for module resolution purposes.
// Not exporting anything from the root entry point

@@ -5,2 +7,2 @@ // Please use individual entry points in order to always

export default undefined;
export default {};
{
"name": "@atlaskit/drag-and-drop",
"version": "0.11.0",
"version": "0.12.0",
"sideEffects": false
}

@@ -0,1 +1,3 @@

// This file exists for module resolution purposes.
// Not exporting anything from the root entry point

@@ -5,2 +7,2 @@ // Please use individual entry points in order to always

export default undefined;
export default {};
{
"name": "@atlaskit/drag-and-drop",
"version": "0.11.0",
"version": "0.12.0",
"sideEffects": false
}

@@ -1,1 +0,2 @@

export default undefined;
declare const _default: {};
export default _default;
{
"name": "@atlaskit/drag-and-drop",
"version": "0.11.0",
"version": "0.12.0",
"description": "The core Atlassian drag and drop framework, optimized for performance.",

@@ -5,0 +5,0 @@ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",

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