ngx-quill
Advanced tools
Comparing version 2.0.1-7 to 2.0.1-8
@@ -1,1 +0,89 @@ | ||
{"name":"ngx-quill","license":"MIT","version":"2.0.1-7","author":{"name":"Bengt Weiße"},"description":"An angular (>= v2) component for the easy use of the QuillJS richt text editor.","bugs":"https://github.com/KillerCodeMonkey/ngx-quill/issues","homepage":"https://github.com/KillerCodeMonkey/ngx-quill","repository":{"type":"git","url":"https://github.com/KillerCodeMonkey/ngx-quill"},"scripts":{"lint":"node_modules/.bin/tslint --force src/**/*.ts","build":"node_modules/.bin/ng-packagr -p ng-package.json","pretest":"npm run lint","test":"./node_modules/.bin/karma start","test-watch":"./node_modules/.bin/karma start --no-single-run --auto-watch"},"keywords":["editor","rich text","wysiwyg","angular","directive","component","quill","quilljs","angular 2","angular","text editor"],"peerDependencies":{"@angular/core":"^2.4.1 || ^4.0.0 || ^5.0.0","@angular/forms":"^2.4.1 || ^4.0.0 || ^5.0.0","rxjs":"^5.0.1 || ^5.2.0 || ^5.5.2","@types/quill":"^1.3.3","quill":"^1.3.2"},"devDependencies":{"@angular/common":"^2.4.1 || ^4.0.0 || ^5.0.0","@angular/compiler":"^2.4.1 || ^4.0.0 || ^5.0.0","@angular/compiler-cli":"^2.4.1 || ^4.0.0 || ^5.0.0","@angular/core":"^2.4.1 || ^4.0.0 || ^5.0.0","@angular/forms":"^2.4.1 || ^4.0.0 || ^5.0.0","@angular/platform-browser":"^2.4.1 || ^4.0.0 || ^5.0.0","@angular/platform-browser-dynamic":"^2.4.1 || ^4.0.0 || ^5.0.0","@types/jasmine":"^2.6.2","@types/node":"^8.0.47","awesome-typescript-loader":"^2.2.4 || ^3.3.0","codelyzer":"^3.0.0-beta.4 || ^4.0.0","core-js":"^2.5.1","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.8.0","karma":"^1.7.1","karma-coverage":"^1.1.1","karma-coverage-istanbul-reporter":"^1.3.0","karma-jasmine":"^1.1.0","karma-mocha-reporter":"^2.2.5","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","loader-utils":"^1.1.0","ng-packagr":"^1.5.0","reflect-metadata":"^0.1.10","rxjs":"^5.0.1 || ^5.2.0 || ^5.5.2","source-map-loader":"^0.2.3","ts-helpers":"^1.1.2","tslint":"^4.0.0 || ^5.8.0","tslint-loader":"^3.5.3","typescript":"~2.0.10 || ~2.2.0 || 2.4.2","webpack":"^3.8.1","webpack-dev-server":"^2.9.4","webpack-node-externals":"^1.6.0","zone.js":"^0.7.8 || ^0.8.5"},"contributors":[{"name":"Bengt Weiße"}],"main":"bundles/ngx-quill.umd.js","module":"ngx-quill.es5.js","es2015":"ngx-quill.js","typings":"ngx-quill.d.ts","metadata":"ngx-quill.metadata.json"} | ||
{ | ||
"name": "ngx-quill", | ||
"license": "MIT", | ||
"version": "2.0.1-8", | ||
"author": { | ||
"name": "Bengt Weiße" | ||
}, | ||
"description": "An angular (>= v2) component for the easy use of the QuillJS richt text editor.", | ||
"bugs": "https://github.com/KillerCodeMonkey/ngx-quill/issues", | ||
"homepage": "https://github.com/KillerCodeMonkey/ngx-quill", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/KillerCodeMonkey/ngx-quill" | ||
}, | ||
"scripts": { | ||
"lint": "tslint --force \"src/**/*.ts\"", | ||
"prepare": "npm run test && npm run build && npm run build:aot", | ||
"build": "webpack --display-error-details && cp bundles/ngx-quill.umd.js bundles/index.js", | ||
"build:aot": "rm -rf aot && node_modules/.bin/ngc -p tsconfig-aot.json", | ||
"pretest": "npm run lint", | ||
"test": "./node_modules/.bin/karma start", | ||
"test-watch": "./node_modules/.bin/karma start --no-single-run --auto-watch" | ||
}, | ||
"keywords": [ | ||
"editor", | ||
"rich text", | ||
"wysiwyg", | ||
"angular", | ||
"directive", | ||
"component", | ||
"quill", | ||
"quilljs", | ||
"angular 2", | ||
"angular", | ||
"text editor" | ||
], | ||
"main": "./index.js", | ||
"typings": "index.d.ts", | ||
"dependencies": { | ||
"@types/quill": "^1.3.3", | ||
"quill": "^1.3.2" | ||
}, | ||
"peerDependencies": { | ||
"@angular/core": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@angular/forms": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"rxjs": "^5.0.1 || ^5.2.0 || ^5.5.2" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@angular/compiler": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@angular/compiler-cli": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@angular/core": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@angular/forms": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@angular/platform-browser": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@angular/platform-browser-dynamic": "^2.4.1 || ^4.0.0 || ^5.0.0", | ||
"@types/jasmine": "^2.6.2", | ||
"@types/node": "^8.0.47", | ||
"awesome-typescript-loader": "^2.2.4 || ^3.3.0", | ||
"codelyzer": "^3.0.0-beta.4 || ^4.0.0", | ||
"core-js": "^2.5.1", | ||
"istanbul-instrumenter-loader": "^3.0.0", | ||
"jasmine-core": "^2.8.0", | ||
"karma": "^1.7.1", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coverage-istanbul-reporter": "^1.3.0", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.5", | ||
"loader-utils": "^1.1.0", | ||
"reflect-metadata": "^0.1.10", | ||
"rxjs": "^5.0.1 || ^5.2.0 || ^5.5.2", | ||
"source-map-loader": "^0.2.3", | ||
"ts-helpers": "^1.1.2", | ||
"tslint": "^4.0.0 || ^5.8.0", | ||
"tslint-loader": "^3.5.3", | ||
"typescript": "~2.0.10 || ~2.2.0 || 2.4.2", | ||
"webpack": "^3.8.1", | ||
"webpack-dev-server": "^2.9.4", | ||
"webpack-node-externals": "^1.6.0", | ||
"zone.js": "^0.7.8 || ^0.8.5" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Bengt Weiße" | ||
} | ||
] | ||
} |
@@ -19,8 +19,2 @@ # ngx-quill [![Build Status](https://travis-ci.org/KillerCodeMonkey/ngx-quill.svg?branch=develop)](https://travis-ci.org/KillerCodeMonkey/ngx-quill) | ||
### For standard webpack and tsc builds | ||
**With Angular CLI v1.5.0 or higher, you must serve your project with the AOT option.** | ||
``` | ||
ng serve --aot | ||
``` | ||
**Your build will fail if the option isn't used.** | ||
- import `QuillModule` from `ngx-quill`: | ||
@@ -27,0 +21,0 @@ ``` |
Sorry, the diff of this file is too big to display
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
34
78
1
2
797122
1617
153
1
+ Added@types/quill@^1.3.3
+ Addedquill@^1.3.2