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.10.7 to 1.13.0

5

sortablejs/index.d.ts

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

// Type definitions for Sortable.js 1.10
// Type definitions for Sortable.js 1.13
// Project: https://github.com/RubaXa/Sortable

@@ -86,4 +86,5 @@ // Definitions by: Maw-Fox <https://github.com/Maw-Fox>

* @param order an array of strings to sort.
* @param useAnimation default: false.
*/
sort(order: ReadonlyArray<string>): void;
sort(order: ReadonlyArray<string>, useAnimation?: boolean): void;

@@ -90,0 +91,0 @@ /**

6

sortablejs/package.json
{
"name": "@types/sortablejs",
"version": "1.10.7",
"version": "1.13.0",
"description": "TypeScript definitions for Sortable.js",

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

"dependencies": {},
"typesPublisherContentHash": "239f8fcb014a79a57a58c02419441b0cef3fc85fdb48595c7576e4994c9d4115",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "490da20ffc772a536b5630df9b9cc490c8a3e2d8a6463df3e74ee60f35f8f047",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Tue, 06 Jul 2021 16:35:06 GMT
* Last updated: Sun, 08 May 2022 17:31:36 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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