You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

reactjs-editor

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactjs-editor - npm Package Compare versions

Comparing version

to
6.6.6

2

package.json
{
"name": "reactjs-editor",
"version": "6.6.4",
"version": "6.6.6",
"description": "A simple react library that lets you highlight text, make text bold, and add comment on any text as a sticky notes",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -55,7 +55,5 @@ <h1 align="center" >

<br>
## So we have to setup type declaration support for Typescript and fix that error
<br>
<details>
<summary style="color:blue;font-size:36px;font-weight:bold;font-style:italic; text-decoration:underline;"> ⬇️ ⬇️ ⬇️ CLICK TO SETUP TYPE DECLARATION FOR TYPESCRIPT PROJECT</summary>
<summary style="color:blue;font-size:36px;font-weight:bold;font-style:italic; text-decoration:underline;"> ⬇️ ⬇️ ⬇️ CLICK TO FIX TYPE DECLARATION ERROR</summary>

@@ -67,8 +65,6 @@

1. Go to your project root
1. Create a new file reacteditor.d.ts in project root directory
2. Create a new [FILE_NAME].d.ts file
2. Add this line below in the file 📝📝
3. Add this line below in the file 📝📝
declare module 'reactjs-editor'; //add this line and save

@@ -75,0 +71,0 @@