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.29 to 2.1.30

2

dragula/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for dragula v2.1.2

direction?: string;
copy?: boolean;
copy?: ((el: Element, source: Element) => boolean) | boolean;
revertOnSpill?: boolean;

@@ -22,0 +22,0 @@ removeOnSpill?: boolean;

{
"name": "@types/dragula",
"version": "2.1.29",
"description": "TypeScript definitions for dragula v2.1.2",
"version": "2.1.30",
"description": "TypeScript definitions for dragula",
"license": "MIT",

@@ -14,4 +14,5 @@ "author": "Paul Welter <https://github.com/pwelter34/>",

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "5d1086b17bf991b6b020440c431013e6710fc13762e8ab70f147f6eb75741061"
"peerDependencies": {},
"typesPublisherContentHash": "4fd8e5070317523ef72177e454b3588c1541902e334d2377f554f0feb9544339",
"typeScriptVersion": "2.0"
}

@@ -5,10 +5,9 @@ # Installation

# Summary
This package contains type definitions for dragula v2.1.2 (http://bevacqua.github.io/dragula/).
This package contains type definitions for dragula (http://bevacqua.github.io/dragula/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/dragula
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/dragula
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:58 GMT
* File structure: UMD
* Last updated: Mon, 09 Jan 2017 15:21:42 GMT
* Library Dependencies: none

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

{
"authors": "Paul Welter <https://github.com/pwelter34/>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "2",
"libraryMinorVersion": "1",
"libraryName": "dragula v2.1.2",
"libraryMajorVersion": 2,
"libraryMinorVersion": 1,
"typeScriptVersion": "2.0",
"libraryName": "dragula",
"typingsPackageName": "dragula",
"projectName": "http://bevacqua.github.io/dragula/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "UMD",
"sourceBranch": "master",
"globals": [
"dragula"
],
"declaredModules": [],
"declaredModules": [
"dragula"
],
"files": [

@@ -22,3 +23,3 @@ "index.d.ts"

"hasPackageJson": false,
"contentHash": "5d1086b17bf991b6b020440c431013e6710fc13762e8ab70f147f6eb75741061"
"contentHash": "4fd8e5070317523ef72177e454b3588c1541902e334d2377f554f0feb9544339"
}
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