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.1.0 to 0.1.1

4

angular-cli.json
{
"project": {
"version": "1.0.0-beta.19-3",
"name": "ng2quill"
"version": "1.0.0-beta.24",
"name": "ngx-quill"
},

@@ -6,0 +6,0 @@ "apps": [

{
"name": "ngx-quill",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"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": {

@@ -62,3 +68,6 @@ "type": "git",

"text editor"
]
],
"contributors": [{
"name": "Bengt Weiße"
}]
}

@@ -10,3 +10,3 @@ # ngx-quill

## Examples
[demo-page](https://killercodemonkey.github.io/ng2-quill)
[demo-page](https://killercodemonkey.github.io/ngx-quill)

@@ -16,3 +16,3 @@ ## Installation

- include bubble.css, snow.css in your index.html
- add `QuillModule` to your own NgModule: `node_modules/ng2-quill/src/quill/quill.module.ts`
- add `QuillModule` to your own NgModule: `node_modules/ngx-quill/src/quill/quill.module.ts`
- use `<quill-editor></quill-editor>` in your templates to add a default quill editor

@@ -19,0 +19,0 @@

@@ -6,3 +6,3 @@ /* tslint:disable:no-unused-variable */

describe('App: Ng2quill', () => {
describe('App: Nngx-quill', () => {
beforeEach(() => {

@@ -9,0 +9,0 @@ TestBed.configureTestingModule({

@@ -1,5 +0,2 @@

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';

@@ -6,0 +3,0 @@ import { QuillEditorComponent } from './quill-editor.component';

Sorry, the diff of this file is not supported yet

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