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 1.3.3 to 1.3.4

6

quill/index.d.ts

@@ -5,4 +5,7 @@ // Type definitions for Quill 1.3

// Guillaume <https://github.com/guillaume-ro-fr>
// James Garbutt <https://github.com/43081j>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { Blot } from 'parchment/src/blot/abstract/blot';
/**

@@ -60,3 +63,5 @@ * A stricter type definition would be:

export interface BoundsStatic {
bottom: number;
left: number;
right: number;
top: number;

@@ -141,2 +146,3 @@ height: number;

clipboard: ClipboardStatic;
scroll: Blot;
constructor(container: string | Element, options?: QuillOptionsStatic);

@@ -143,0 +149,0 @@ deleteText(index: number, length: number, source?: Sources): DeltaStatic;

13

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

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

"githubUsername": "guillaume-ro-fr"
},
{
"name": "James Garbutt",
"url": "https://github.com/43081j",
"githubUsername": "43081j"
}

@@ -25,5 +30,7 @@ ],

"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "9e020f39815a43c68a95de0163c98e91f44f18d7346e49593789aac6fcf6878a",
"dependencies": {
"parchment": "^1.1.2"
},
"typesPublisherContentHash": "cab476b6eafacf0533018ef593d930f574b94a4d2b34d07ffcac92bb9f286032",
"typeScriptVersion": "2.0"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Fri, 22 Sep 2017 17:57:46 GMT
* Dependencies: none
* Last updated: Tue, 05 Dec 2017 17:19:44 GMT
* Dependencies: parchment
* Global values: none
# Credits
These definitions were written by Sumit <https://github.com/sumitkm>, Guillaume <https://github.com/guillaume-ro-fr>.
These definitions were written by Sumit <https://github.com/sumitkm>, Guillaume <https://github.com/guillaume-ro-fr>, James Garbutt <https://github.com/43081j>.
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