Socket
Socket
Sign inDemoInstall

@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.5 to 2.0.6

7

quill/index.d.ts

@@ -23,2 +23,7 @@ // Type definitions for Quill 2.0

export type DeltaOperation = { insert?: any; delete?: number; retain?: number } & OptionalAttributes;
interface SourceMap {
API: 'api';
SILENT: 'silent';
USER: 'user';
}
export type Sources = 'api' | 'user' | 'silent';

@@ -138,2 +143,4 @@

static readonly sources: SourceMap;
format(name: string, value: any, source?: Sources): Delta;

@@ -140,0 +147,0 @@ formatLine(index: number, length: number, source?: Sources): Delta;

6

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

@@ -50,4 +50,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "e9996960aa5201b06a5c69a065112fc928962ddf75734b305884e58a419a25e7",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "78c9f69191da36ed78f798c5b16d26fb2b9b481485e6fea59d9499dd266a0245",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Sun, 07 Feb 2021 15:18:56 GMT
* Last updated: Thu, 25 Mar 2021 20:01:08 GMT
* Dependencies: [@types/parchment](https://npmjs.com/package/@types/parchment), [@types/quill-delta](https://npmjs.com/package/@types/quill-delta)

@@ -14,0 +14,0 @@ * Global values: none

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