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.2 to 1.0.3

dist/index.d.ts

9

package.json
{
"name": "quill-blot-formatter",
"version": "1.0.2",
"version": "1.0.3",
"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",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/Fandom-OSS/quill-blot-formatter",

@@ -43,2 +44,3 @@ "bugs": {

"babel-preset-flow": "^6.23.0",
"copyfiles": "^1.2.0",
"eslint": "^4.9.0",

@@ -56,5 +58,6 @@ "eslint-config-airbnb-base": "^12.1.0",

"scripts": {
"build": "yarn clean && yarn build:babel && yarn build:webpack && yarn build:copy-flow-source",
"build": "yarn clean && yarn build:babel && yarn build:webpack && yarn build:copy-flow-source && yarn build:copy-ts-defs",
"build:babel": "babel src/ --out-dir dist",
"build:copy-flow-source": "flow-copy-source --verbose src dist",
"build:copy-ts-defs": "copyfiles index.d.ts dist",
"build:webpack": "webpack -p --progress --colors",

@@ -61,0 +64,0 @@ "clean": "rimraf dist",

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