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

@dnd-kit/sortable

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnd-kit/sortable - npm Package Compare versions

Comparing version 6.0.1-next-202229215142 to 6.0.1

5

CHANGELOG.md
# @dnd-kit/sortable
## 6.0.1-next-202229215142
## 6.0.1

@@ -9,2 +9,5 @@ ### Patch Changes

- Updated dependencies [[`b3b185d`](https://github.com/clauderic/dnd-kit/commit/b3b185dc675b61fe2e3d1a8462728c81c3150b99)]:
- @dnd-kit/core@5.0.2
## 6.0.0

@@ -11,0 +14,0 @@

8

dist/hooks/useSortable.d.ts

@@ -14,9 +14,3 @@ /// <reference types="react" />

activeIndex: number;
attributes: {
role: string;
tabIndex: number;
'aria-pressed': boolean | undefined;
'aria-roledescription': string;
'aria-describedby': string;
};
attributes: import("@dnd-kit/core").DraggableAttributes;
rect: import("react").MutableRefObject<import("@dnd-kit/core").ClientRect | null>;

@@ -23,0 +17,0 @@ index: number;

{
"name": "@dnd-kit/sortable",
"version": "6.0.1-next-202229215142",
"version": "6.0.1",
"description": "Official sortable preset and sensors for dnd kit",

@@ -34,6 +34,6 @@ "author": "Claudéric Demers",

"react": ">=16.8.0",
"@dnd-kit/core": "^5.0.0"
"@dnd-kit/core": "^5.0.2"
},
"devDependencies": {
"@dnd-kit/core": "^5.0.0"
"@dnd-kit/core": "^5.0.2"
},

@@ -40,0 +40,0 @@ "publishConfig": {

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