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.8 to 2.2.9

.gitignore

16

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.8",
"version": "2.2.9",
"main": "dist/quill.htmlEditButton.min.js",
"types": "types",
"repository": "https://github.com/benwinding/quill-html-edit-button",

@@ -11,4 +12,5 @@ "author": "Ben Winding <ben.winding@gmail.com>",

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

@@ -18,2 +20,10 @@ "test-watch": "jest --watch-all",

},
"files": [
".gitignore",
"LICENSE",
"dist",
"!dist/demo_*",
"types",
"!types/demos/**/*"
],
"keywords": [

@@ -20,0 +30,0 @@ "quill",

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