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

@dnd-kit/core

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dnd-kit/core - npm Package Compare versions

Comparing version 6.0.5 to 6.0.6-next-2022102925547

2

dist/sensors/types.d.ts

@@ -55,3 +55,3 @@ import type { MutableRefObject } from 'react';

export declare type Sensors = Sensor<any>[];
export declare type SensorDescriptor<T> = {
export declare type SensorDescriptor<T extends Object> = {
sensor: Sensor<T>;

@@ -58,0 +58,0 @@ options: T;

{
"name": "@dnd-kit/core",
"version": "6.0.5",
"version": "6.0.6-next-2022102925547",
"description": "dnd kit – a lightweight React library for building performant and accessible drag and drop experiences",

@@ -35,3 +35,3 @@ "author": "Claudéric Demers",

"@dnd-kit/accessibility": "^3.0.0",
"@dnd-kit/utilities": "^3.2.0"
"@dnd-kit/utilities": "^3.2.1-next-2022102925547"
},

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

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

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