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

dnd-core

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnd-core - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

lib/DragDropMonitorImpl.d.ts
import { Store } from 'redux';
import { State } from './reducers';
import { DragDropMonitor, Listener, Unsubscribe, XYCoord, HandlerRegistry, Identifier } from './interfaces';
import { DragDropMonitor, Listener, Unsubscribe, XYCoord, HandlerRegistry } from './interfaces';
export default class DragDropMonitorImpl implements DragDropMonitor {

@@ -19,3 +19,3 @@ private store;

}): boolean;
getItemType(): Identifier;
getItemType(): string | symbol;
getItem(): any;

@@ -22,0 +22,0 @@ getSourceId(): string | null;

@@ -17,3 +17,3 @@ import { Store } from 'redux';

getTarget(targetId: string): DropTarget;
getSourceType(sourceId: string): Identifier;
getSourceType(sourceId: string): string | symbol;
getTargetType(targetId: string): Identifier | Identifier[];

@@ -20,0 +20,0 @@ isSourceId(handlerId: string): boolean;

{
"name": "dnd-core",
"version": "4.0.2",
"version": "4.0.3",
"description": "Drag and drop sans the GUI",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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