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

@nosferatu500/react-sortable-tree

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosferatu500/react-sortable-tree - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

1

esm/react-sortable-tree.d.ts

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

/// <reference types="react" />
import './react-sortable-tree.css';

@@ -3,0 +2,0 @@ declare const SortableTreeWithoutDndContext: (props: any) => JSX.Element;

10

package.json
{
"name": "@nosferatu500/react-sortable-tree",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Drag-and-drop sortable component for nested data and hierarchies",

@@ -48,8 +48,8 @@ "main": "./index.js",

"react-dnd-html5-backend": "^14.0.2",
"react-virtuoso": "^2.2.1"
"react-virtuoso": "^2.2.2"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dnd": ">=14.0.0",
"react-dom": ">=17.0.0"
"react": ">=17.0.2",
"react-dnd": ">=14.0.4",
"react-dom": ">=17.0.2"
},

@@ -56,0 +56,0 @@ "browserslist": {

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

/// <reference types="react" />
import './react-sortable-tree.css';

@@ -3,0 +2,0 @@ declare const SortableTreeWithoutDndContext: (props: any) => JSX.Element;

@@ -15,5 +15,5 @@ export default class DndManager {

canDrop(dropTargetProps: any, monitor: any): any;
wrapSource(el: any): import("react-dnd").DndComponentClass<any, import("react-dnd").Omit<unknown, never>>;
wrapTarget(el: any): import("react-dnd").DndComponentClass<any, import("react-dnd").Omit<unknown, never>>;
wrapPlaceholder(el: any): import("react-dnd").DndComponentClass<any, import("react-dnd").Omit<unknown, never>>;
wrapSource(el: any): any;
wrapTarget(el: any): any;
wrapPlaceholder(el: any): any;
}

Sorry, the diff of this file is too big to display

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