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

quill-html-edit-button

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quill-html-edit-button - npm Package Compare versions

Comparing version 2.2.9 to 2.2.10

types/index.d.ts

7

package.json
{
"name": "quill-html-edit-button",
"description": "A Quill rich text editor Module which adds an html edit button to the quill editor",
"version": "2.2.9",
"version": "2.2.10",
"main": "dist/quill.htmlEditButton.min.js",
"types": "types",
"types": "types/index.d.ts",
"repository": "https://github.com/benwinding/quill-html-edit-button",

@@ -13,3 +13,4 @@ "author": "Ben Winding <ben.winding@gmail.com>",

"start": "webpack-dev-server --mode development --hot --port 8001",
"build": "webpack --mode production && yarn build-types",
"build": "yarn build-lib && yarn build-types",
"build-lib": "webpack --mode production",
"build-types": "tsc --declaration --emitDeclarationOnly",

@@ -16,0 +17,0 @@ "test": "jest",

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