New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-quilljs

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-quilljs - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

3

esm/index.js

@@ -34,3 +34,2 @@ import { useRef, useState, useEffect } from 'react';

'background',
'clean',
];

@@ -72,3 +71,3 @@ function assign(target, _varArgs) {

if (!obj.Quill) {
setObj((prev) => assign(prev, { Quill: require('quill').default }));
setObj(prev => assign(prev, { Quill: require('quill').default }));
}

@@ -75,0 +74,0 @@ if (obj.Quill && !obj.quill && quillRef && quillRef.current && isLoaded) {

@@ -37,3 +37,2 @@ "use strict";

'background',
'clean',
];

@@ -75,3 +74,3 @@ function assign(target, _varArgs) {

if (!obj.Quill) {
setObj((prev) => assign(prev, { Quill: require('quill').default }));
setObj(prev => assign(prev, { Quill: require('quill').default }));
}

@@ -78,0 +77,0 @@ if (obj.Quill && !obj.quill && quillRef && quillRef.current && isLoaded) {

{
"name": "react-quilljs",
"version": "2.0.3",
"version": "2.0.4",
"description": "React Hook Wrapper for Quill, powerful rich text editor",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -37,14 +37,2 @@ # react-quilljs [![Build Status](https://travis-ci.org/gtgalone/react-quilljs.svg?branch=master)](https://travis-ci.org/gtgalone/react-quilljs)

$ pnpm add -D @types/quill
// If you are using Next.js. Update next.config.mjs.
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
esmExternals: "loose",
},
};
export default nextConfig;
```

@@ -51,0 +39,0 @@ ---

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