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.3.20-alpha to 1.3.21-alpha

7

index.d.ts

@@ -204,6 +204,3 @@ // Type definitions for Sortable.js v1.3.0-rc1

import Sortable = Sortablejs.Sortable;
declare module 'sortablejs' {
import Sortable = Sortablejs.Sortable;
export = Sortable;
}
export = Sortable;
export as namespace Sortable;
{
"name": "@types/sortablejs",
"version": "1.3.20-alpha",
"version": "1.3.21-alpha",
"description": "TypeScript definitions for Sortable.js v1.3.0-rc1",

@@ -8,2 +8,6 @@ "main": "",

"author": "Maw-Fox <http://github.com/Maw-Fox>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:37 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:34 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Global values: Sortablejs
* Global values: Sortablejs, Sortable
# Credits
These definitions were written by Maw-Fox <http://github.com/Maw-Fox>.

@@ -13,13 +13,12 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"Sortablejs"
"Sortablejs",
"Sortable"
],
"declaredModules": [
"sortablejs"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "77a4793154e176d3165526171b944c8ffb915d78425a5bd3be3aa1f002f72038"
"contentHash": "81caad76ea603b7be15b2588a885f86b9b331b9648ab86837a641797ef8753ae"
}
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