🚀 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
1.3.8

2

quill/index.d.ts

@@ -7,2 +7,3 @@ // Type definitions for Quill 1.3

// Aniello Falcone <https://github.com/AnielloFalcone>
// Mohammad Hossein Amri <https://github.com/mhamri>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -46,2 +47,3 @@

export interface ClipboardStatic {
convert(html: string|Blot): DeltaStatic;
addMatcher(selectorOrNodeType: string|number, callback: (node: any, delta: DeltaStatic) => DeltaStatic): void;

@@ -48,0 +50,0 @@ dangerouslyPasteHTML(html: string, source?: Sources): void;

9

quill/package.json
{
"name": "@types/quill",
"version": "1.3.7",
"version": "1.3.8",
"description": "TypeScript definitions for Quill",

@@ -26,2 +26,7 @@ "license": "MIT",

"githubUsername": "AnielloFalcone"
},
{
"name": "Mohammad Hossein Amri",
"url": "https://github.com/mhamri",
"githubUsername": "mhamri"
}

@@ -38,4 +43,4 @@ ],

},
"typesPublisherContentHash": "1260af339acba4e608b00cc8762b169816f4f6410d3761ab5b786beb47563abd",
"typesPublisherContentHash": "466903df6e20bf1ce658a45f8c5160c00019b4227dffef4a9272f2131561162e",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 27 Jun 2018 18:10:43 GMT
* Last updated: Mon, 06 Aug 2018 21:55:25 GMT
* Dependencies: parchment

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