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

@types/react-dragula

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-dragula - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

react-dragula/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for react-dragula 1.1

import { DragulaOptions, Drake } from 'dragula';
import { DragulaOptions, Drake } from "dragula";

@@ -9,0 +9,0 @@ export = reactDragula;

{
"name": "@types/react-dragula",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for react-dragula",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dragula",
"license": "MIT",

@@ -24,4 +25,4 @@ "contributors": [

},
"typesPublisherContentHash": "c45c1d5239fdbc0fa008c74ec6c9a809707164f93e75315d79a8d414f7749583",
"typeScriptVersion": "3.1"
"typesPublisherContentHash": "b6e13b97975c6f9c879dfae11a98875f5a3d085d79e8c0a5736839ad8361ce8b",
"typeScriptVersion": "4.5"
}

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

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dragula.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dragula/index.d.ts)
````ts
// Type definitions for react-dragula 1.1
// Project: https://github.com/bevacqua/react-dragula
// Definitions by: Adriaan Marain <https://github.com/AdrianMrn>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { DragulaOptions, Drake } from "dragula";
export = reactDragula;
declare function reactDragula(containers: HTMLElement[], options?: DragulaOptions): Drake;
````
### Additional Details
* Last updated: Fri, 21 Aug 2020 05:10:37 GMT
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: [@types/dragula](https://npmjs.com/package/@types/dragula)

@@ -14,0 +28,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