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

@types/quill

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/quill - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

quill/index.d.ts

@@ -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;

11

quill/package.json
{
"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).
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