ngx-quill
Advanced tools
Comparing version 22.1.0-beta.0 to 22.1.0-beta.2
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
326116
4
0
0
34
2556
- Removed@angular/animations@^16.2.5
- Removed@angular/common@^16.2.5
- Removed@angular/compiler@^16.2.5
- Removed@angular/core@^16.2.5
- Removed@angular/forms@^16.2.5
- Removed@angular/platform-browser@^16.2.5
- Removed@angular/router@^16.2.5
- Removedquill@^1.3.7
- Removedrxjs@^7.8.1
- Removedzone.js@^0.13.3
- Removed@angular/animations@16.2.12(transitive)
- Removed@angular/common@16.2.12(transitive)
- Removed@angular/compiler@16.2.12(transitive)
- Removed@angular/forms@16.2.12(transitive)
- Removed@angular/platform-browser@16.2.12(transitive)
- Removed@angular/platform-browser-dynamic@16.2.12(transitive)
- Removed@angular/router@16.2.12(transitive)
Updatedtslib@^2.3.0