@types/quill
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -8,2 +8,3 @@ // Type definitions for Quill 2.0 | ||
// Mohammad Hossein Amri <https://github.com/mhamri> | ||
// Marco Mantovani <https://github.com/TheLand> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -116,2 +117,3 @@ // TypeScript Version: 2.9 | ||
enable(enabled?: boolean): void; | ||
isEnabled(): boolean; | ||
getContents(index?: number, length?: number): Delta; | ||
@@ -118,0 +120,0 @@ getLength(): number; |
{ | ||
"name": "@types/quill", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for Quill", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "mhamri" | ||
}, | ||
{ | ||
"name": "Marco Mantovani", | ||
"url": "https://github.com/TheLand", | ||
"githubUsername": "TheLand" | ||
} | ||
@@ -46,4 +51,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "8306b520c58fbabef28e2eea18fd3a76c189eb2b655888b8e2e76b39c797e148", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "e9996960aa5201b06a5c69a065112fc928962ddf75734b305884e58a419a25e7", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 01 Oct 2020 04:48:16 GMT | ||
* Last updated: Sun, 07 Feb 2021 15:18:56 GMT | ||
* Dependencies: [@types/parchment](https://npmjs.com/package/@types/parchment), [@types/quill-delta](https://npmjs.com/package/@types/quill-delta) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Sumit](https://github.com/sumitkm), [Guillaume](https://github.com/guillaume-ro-fr), [James Garbutt](https://github.com/43081j), [Aniello Falcone](https://github.com/AnielloFalcone), and [Mohammad Hossein Amri](https://github.com/mhamri). | ||
These definitions were written by [Sumit](https://github.com/sumitkm), [Guillaume](https://github.com/guillaume-ro-fr), [James Garbutt](https://github.com/43081j), [Aniello Falcone](https://github.com/AnielloFalcone), [Mohammad Hossein Amri](https://github.com/mhamri), and [Marco Mantovani](https://github.com/TheLand). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11699
166