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 0.3.1 to 0.3.3

31

package.json
{
"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

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