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

@types/dragula

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dragula - npm Package Compare versions

Comparing version 2.1.22-alpha to 2.1.23-alpha

11

index.d.ts

@@ -6,2 +6,7 @@ // Type definitions for dragula v2.1.2

declare var dragula: dragula.Dragula;
export = dragula;
export as namespace dragula;
declare namespace dragula {

@@ -42,7 +47,1 @@ interface DragulaOptions {

}
declare var dragula: dragula.Dragula;
declare module "dragula" {
export = dragula;
}
{
"name": "@types/dragula",
"version": "2.1.22-alpha",
"version": "2.1.23-alpha",
"description": "TypeScript definitions for dragula v2.1.2",

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

"author": "Paul Welter <https://github.com/pwelter34/>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

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

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:07 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:21 GMT
* File structure: UMD
* Library Dependencies: none

@@ -15,0 +15,0 @@ * Module Dependencies: none

@@ -13,13 +13,11 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"dragula"
],
"declaredModules": [
"dragula"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "18db39f622c5946dc356254c9f20d55e1d322b4ddbdd4d78e3da948f4b95fa6f"
"contentHash": "5d1086b17bf991b6b020440c431013e6710fc13762e8ab70f147f6eb75741061"
}
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