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

@lumino/dragdrop

Package Overview
Dependencies
Maintainers
6
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lumino/dragdrop - npm Package Compare versions

Comparing version 1.14.1 to 1.14.2

2

package.json
{
"name": "@lumino/dragdrop",
"version": "1.14.1",
"version": "1.14.2",
"description": "Lumino Drag and Drop",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jupyterlab/lumino",

@@ -16,2 +16,4 @@ // Copyright (c) Jupyter Development Team.

* A type alias which defines the possible independent drop actions.
*
* @deprecated This type will be renamed Drag.DropAction in @lumino/dragdrop@^2.0.0
*/

@@ -22,2 +24,4 @@ export type DropAction = 'none' | 'copy' | 'link' | 'move';

* A type alias which defines the possible supported drop actions.
*
* @deprecated This type will be renamed Drag.SupportedActions in @lumino/dragdrop@^2.0.0
*/

@@ -38,2 +42,5 @@ export type SupportedActions =

* calling the event's `preventDefault()` method.
*
* @deprecated This interface will be deprecated in @lumino/dragdrop@^2.0.0 in favor
* of ``Drag.Event``.
*/

@@ -40,0 +47,0 @@ export interface IDragEvent extends MouseEvent {

@@ -5,2 +5,4 @@ import { MimeData } from '@lumino/coreutils';

* A type alias which defines the possible independent drop actions.
*
* @deprecated This type will be renamed Drag.DropAction in @lumino/dragdrop@^2.0.0
*/

@@ -10,2 +12,4 @@ export declare type DropAction = 'none' | 'copy' | 'link' | 'move';

* A type alias which defines the possible supported drop actions.
*
* @deprecated This type will be renamed Drag.SupportedActions in @lumino/dragdrop@^2.0.0
*/

@@ -20,2 +24,5 @@ export declare type SupportedActions = DropAction | 'copy-link' | 'copy-move' | 'link-move' | 'all';

* calling the event's `preventDefault()` method.
*
* @deprecated This interface will be deprecated in @lumino/dragdrop@^2.0.0 in favor
* of ``Drag.Event``.
*/

@@ -22,0 +29,0 @@ export interface IDragEvent extends MouseEvent {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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