Socket
Socket
Sign inDemoInstall

@types/sortablejs

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sortablejs - npm Package Compare versions

Comparing version 1.15.7 to 1.15.8

6

sortablejs/package.json
{
"name": "@types/sortablejs",
"version": "1.15.7",
"version": "1.15.8",
"description": "TypeScript definitions for sortablejs",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sortablejs",

"dependencies": {},
"typesPublisherContentHash": "f3c9604892efbe84dd229c5f643b5fe529e67095d167e4e127ea5a78e84df6fb",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "9f337276197ef6915450f3a537e3c8444bd9f93ed0bcb6256725d73cbfa34bbb",
"typeScriptVersion": "4.6"
}

@@ -74,7 +74,8 @@ import * as Sortable from "./index";

/**
* Key that must be down for items to be selected
* The key that must be down for multiple items to be selected.
* The default is null, meaning no key must be down.
* For special keys, such as the CTRL key,
* simply specify the option as 'CTRL' (casing does not matter).
*/
// todo: create a type
// todo: check source code for type
multiDragKey?: null | undefined;
multiDragKey?: null | undefined | string;

@@ -81,0 +82,0 @@ /**

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
* Last updated: Sat, 17 Feb 2024 02:11:20 GMT
* Dependencies: none

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

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