🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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

to
2.0.13

12

quill/index.d.ts

@@ -1,13 +0,1 @@

// Type definitions for Quill 2.0
// Project: https://github.com/quilljs/quill/, http://quilljs.com
// Definitions 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>
// Marco Mantovani <https://github.com/TheLand>
// Ameer Hamoodi <https://github.com/AmeerHamoodi>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.9
import { Blot } from "parchment/dist/src/blot/abstract/blot";

@@ -14,0 +2,0 @@ import Delta from "quill-delta";

34

quill/package.json
{
"name": "@types/quill",
"version": "2.0.12",
"description": "TypeScript definitions for Quill",
"version": "2.0.13",
"description": "TypeScript definitions for quill",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/quill",

@@ -10,34 +10,34 @@ "license": "MIT",

"name": "Sumit",
"url": "https://github.com/sumitkm",
"githubUsername": "sumitkm"
"githubUsername": "sumitkm",
"url": "https://github.com/sumitkm"
},
{
"name": "Guillaume",
"url": "https://github.com/guillaume-ro-fr",
"githubUsername": "guillaume-ro-fr"
"githubUsername": "guillaume-ro-fr",
"url": "https://github.com/guillaume-ro-fr"
},
{
"name": "James Garbutt",
"url": "https://github.com/43081j",
"githubUsername": "43081j"
"githubUsername": "43081j",
"url": "https://github.com/43081j"
},
{
"name": "Aniello Falcone",
"url": "https://github.com/AnielloFalcone",
"githubUsername": "AnielloFalcone"
"githubUsername": "AnielloFalcone",
"url": "https://github.com/AnielloFalcone"
},
{
"name": "Mohammad Hossein Amri",
"url": "https://github.com/mhamri",
"githubUsername": "mhamri"
"githubUsername": "mhamri",
"url": "https://github.com/mhamri"
},
{
"name": "Marco Mantovani",
"url": "https://github.com/TheLand",
"githubUsername": "TheLand"
"githubUsername": "TheLand",
"url": "https://github.com/TheLand"
},
{
"name": "Ameer Hamoodi",
"url": "https://github.com/AmeerHamoodi",
"githubUsername": "AmeerHamoodi"
"githubUsername": "AmeerHamoodi",
"url": "https://github.com/AmeerHamoodi"
}

@@ -57,4 +57,4 @@ ],

},
"typesPublisherContentHash": "e69223de63f2cd08d6586a3f1909d698a931685411cbe9ed7a667b2dfa281740",
"typesPublisherContentHash": "5753414bfd86d343dab9f9679900f80b722aa4478f024bf62cb7aa5a01dc5c7d",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for Quill (https://github.com/quilljs/quill/).
This package contains type definitions for quill (https://github.com/quilljs/quill/).

@@ -12,7 +12,6 @@ # Details

### Additional Details
* Last updated: Sun, 01 Oct 2023 05:34:55 GMT
* Dependencies: [@types/parchment](https://npmjs.com/package/@types/parchment), [@types/quill-delta](https://npmjs.com/package/@types/quill-delta)
* Global values: none
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
* Dependencies: [parchment](https://npmjs.com/package/parchment), [quill-delta](https://npmjs.com/package/quill-delta)
# 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), [Mohammad Hossein Amri](https://github.com/mhamri), [Marco Mantovani](https://github.com/TheLand), and [Ameer Hamoodi](https://github.com/AmeerHamoodi).