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

quill-blot-formatter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill-blot-formatter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

12

package.json
{
"name": "quill-blot-formatter",
"version": "1.0.1",
"version": "1.0.2",
"description": "a module for the Quill text editor to allow blots to be reformatted. Built in formatters: resize and realign. Built in blot support: images and iframe videos.",
"main": "dist/index.js",
"homepage": "https://github.com/Wikia/quill-blot-formatter",
"homepage": "https://github.com/Fandom-OSS/quill-blot-formatter",
"bugs": {
"url": "https://github.com/Wikia/quill-blot-formatter/issues"
"url": "https://github.com/Fandom-OSS/quill-blot-formatter/issues"
},

@@ -17,2 +17,6 @@ "contributors": [

],
"repository": {
"type": "git",
"url": "https://github.com/Fandom-OSS/quill-blot-formatter"
},
"files": [

@@ -27,3 +31,3 @@ "dist"

],
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {

@@ -30,0 +34,0 @@ "deepmerge": "^2.0.0"

@@ -9,6 +9,12 @@ # Quill Blot Formatter

## Installation
Using `yarn`:
```
yarn install quill-blot-formatter
yarn add quill-blot-formatter
```
Using `npm`:
```
npm install --save quill-blot-formatter
```
## Usage

@@ -15,0 +21,0 @@ ### As Module

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