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 1.3.3 to 1.3.4

2

bundles/index.js

@@ -215,3 +215,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (currentValue) {
this.quillEditor.pasteHTML(currentValue);
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content));
return;

@@ -218,0 +218,0 @@ }

@@ -215,3 +215,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

if (currentValue) {
this.quillEditor.pasteHTML(currentValue);
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content));
return;

@@ -218,0 +218,0 @@ }

{
"name": "ngx-quill",
"license": "MIT",
"version": "1.3.3",
"version": "1.3.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Bengt Weiße"

@@ -107,3 +107,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

if (currentValue) {
this.quillEditor.pasteHTML(currentValue);
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content));
return;

@@ -110,0 +110,0 @@ }

@@ -167,3 +167,3 @@ import {

if (currentValue) {
this.quillEditor.pasteHTML(currentValue);
this.quillEditor.setContents(this.quillEditor.clipboard.convert(this.content));
return;

@@ -170,0 +170,0 @@ }

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