ngx-quill
Advanced tools
Comparing version 0.3.1 to 0.3.3
{ | ||
"name": "ngx-quill", | ||
"license": "MIT", | ||
"version": "0.3.1", | ||
"version": "0.3.3", | ||
"author": { | ||
@@ -17,5 +17,4 @@ "name": "Bengt Weiße" | ||
"lint": "tslint --force \"src/**/*.ts\"", | ||
"prepublish": "ngc && npm run build", | ||
"prepublish": "npm run build", | ||
"build": "webpack --display-error-details && cp bundles/ngx-quill.umd.js bundles/index.js", | ||
"deploy": "gh-pages -d example/dist", | ||
"pretest": "npm run lint", | ||
@@ -43,18 +42,18 @@ "test": "karma start", | ||
"dependencies": { | ||
"quill": "^1.1.9", | ||
"quill": "^1.2.0", | ||
"@types/quill": "^0.0.29", | ||
"@angular/core": "^2.3.1", | ||
"@angular/forms": "^2.3.1", | ||
"rxjs": "^5.0.0-rc.4", | ||
"@angular/core": "^2.4.1", | ||
"@angular/forms": "^2.4.1", | ||
"rxjs": "^5.0.1", | ||
"zone.js": "^0.7.4" | ||
}, | ||
"devDependencies": { | ||
"@angular/common": "^2.3.1", | ||
"@angular/compiler": "^2.3.1", | ||
"@angular/compiler-cli": "^2.3.1", | ||
"@angular/core": "^2.3.1", | ||
"@angular/forms": "^2.3.1", | ||
"@angular/platform-browser": "^2.3.1", | ||
"@angular/platform-browser-dynamic": "^2.3.1", | ||
"@angular/platform-server": "^2.3.1", | ||
"@angular/common": "^2.4.1", | ||
"@angular/compiler": "^2.4.1", | ||
"@angular/compiler-cli": "^2.4.1", | ||
"@angular/core": "^2.4.1", | ||
"@angular/forms": "^2.4.1", | ||
"@angular/platform-browser": "^2.4.1", | ||
"@angular/platform-browser-dynamic": "^2.4.1", | ||
"@angular/platform-server": "^2.4.1", | ||
"@types/jasmine": "^2.5.35", | ||
@@ -66,4 +65,2 @@ "@types/node": "^6.0.45", | ||
"core-js": "^2.4.1", | ||
"cz-conventional-changelog": "^1.2.0", | ||
"gh-pages": "^0.12.0", | ||
"istanbul-instrumenter-loader": "^0.2.0", | ||
@@ -70,0 +67,0 @@ "jasmine-core": "^2.4.1", |
@@ -10,3 +10,3 @@ # ngx-quill [![Build Status](https://travis-ci.org/KillerCodeMonkey/ngx-quill.svg?branch=develop)](https://travis-ci.org/KillerCodeMonkey/ngx-quill) | ||
## Examples | ||
[demo-page](https://killercodemonkey.github.io/ngx-quill) | ||
[demo-page](https://killercodemonkey.github.io/ngx-quill-example) | ||
@@ -94,4 +94,4 @@ ## Installation | ||
- placeholder - placeholder text, default is `Insert text here ...` | ||
- maxLength - add valdiation for maxlength - set model state to `invalid` and add `ng-invalid-maxlength` | ||
- minLength - add valdiation for minlength - set model state to `invalid` and add `ng-invalid-minlength` | ||
- maxLength - add valdiation for maxlength - set model state to `invalid` and add `ng-invalid` class | ||
- minLength - add valdiation for minlength - set model state to `invalid` and add `ng-invalid` class | ||
@@ -98,0 +98,0 @@ ## Outputs |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
36
1
49982
19
1133
Updated@angular/core@^2.4.1
Updated@angular/forms@^2.4.1
Updatedquill@^1.2.0
Updatedrxjs@^5.0.1