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

ngx-quill

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-quill - npm Package Compare versions

Comparing version 22.1.0-beta.0 to 22.1.0-beta.2

config/index.d.ts

96

package.json
{
"name": "ngx-quill",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "npm run build -- --configuration production && npm run cp:readme",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cp:readme": "cp ./README.md ./dist/ngx-quill"
},
"version": "22.1.0-beta.2",
"license": "MIT",

@@ -17,3 +8,3 @@ "author": {

},
"description": "An angular component for the easy use of the QuillJS richt text editor.",
"description": "Angular components for the easy use of the QuillJS richt text editor.",
"bugs": "https://github.com/KillerCodeMonkey/ngx-quill/issues",

@@ -26,4 +17,3 @@ "homepage": "https://github.com/KillerCodeMonkey/ngx-quill",

"engines": {
"node": ">=18",
"npm": ">=8"
"node": ">= 16"
},

@@ -44,55 +34,8 @@ "keywords": [

],
"dependencies": {
"@angular/animations": "^16.2.5",
"@angular/common": "^16.2.5",
"@angular/compiler": "^16.2.5",
"@angular/core": "^16.2.5",
"@angular/forms": "^16.2.5",
"@angular/platform-browser": "^16.2.5",
"@angular/platform-browser-dynamic": "^16.2.5",
"@angular/router": "^16.2.5",
"sideEffects": false,
"peerDependencies": {
"@angular/core": "^16.0.0",
"quill": "^1.3.7",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.13.3"
"rxjs": "^7.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.2",
"@angular-eslint/builder": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.2.0",
"@angular-eslint/eslint-plugin-template": "^16.2.0",
"@angular-eslint/schematics": "^16.2.0",
"@angular-eslint/template-parser": "^16.2.0",
"@angular/cli": "^16.2.2",
"@angular/compiler-cli": "^16.2.5",
"@angular/language-service": "^16.2.5",
"@angular/localize": "^16.2.5",
"@types/jasmine": "^4.3.6",
"@types/jasminewd2": "^2.0.11",
"@types/node": "^18.17.18",
"@types/quill": "^1.3.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bufferutil": "^4.0.7",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"fibers": "^5.0.3",
"html-webpack-plugin": "^5.5.3",
"jasmine-core": "^4.6.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-mocha-reporter": "^2.2.5",
"karma-spec-reporter": "0.0.34",
"ng-packagr": "^16.2.3",
"puppeteer": "^20.9.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.4",
"utf-8-validate": "^5.0.10"
},
"contributors": [

@@ -103,3 +46,24 @@ {

],
"version": "22.1.0-beta.0"
}
"module": "fesm2022/ngx-quill.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-quill.mjs",
"esm": "./esm2022/ngx-quill.mjs",
"default": "./fesm2022/ngx-quill.mjs"
},
"./config": {
"types": "./config/index.d.ts",
"esm2022": "./esm2022/config/ngx-quill-config.mjs",
"esm": "./esm2022/config/ngx-quill-config.mjs",
"default": "./fesm2022/ngx-quill-config.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}
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