Socket
Socket
Sign inDemoInstall

@uiw/react-textarea-code-editor

Package Overview
Dependencies
54
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

18

package.json
{
"name": "@uiw/react-textarea-code-editor",
"version": "1.3.0",
"version": "1.3.1",
"description": "A simple code editor with syntax highlighting.",

@@ -43,2 +43,14 @@ "homepage": "https://uiwjs.github.io/react-textarea-code-editor/",

},
"keywords": [
"react",
"textarea",
"textarea-editor",
"textarea-code-editor",
"code-editor",
"code",
"highlighting",
"uiw",
"uiwjs",
"editor"
],
"peerDependencies": {

@@ -64,4 +76,4 @@ "@babel/runtime": ">=7.10.0",

"@uiw/react-github-corners": "1.4.0",
"@uiw/react-markdown-preview": "3.1.1",
"code-example": "3.0.4",
"@uiw/react-markdown-preview": "3.1.3",
"code-example": "3.0.6",
"compile-less-cli": "1.8.0",

@@ -68,0 +80,0 @@ "husky": "6.0.0",

6

README.md

@@ -5,3 +5,3 @@ React Textarea Code Editor

[![Build & Deploy](https://github.com/uiwjs/react-textarea-code-editor/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/react-textarea-code-editor/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/uiwjs/react-textarea-code-editor/badge.svg?branch=main)](https://coveralls.io/github/uiwjs/react-textarea-code-editor?branch=main) [![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-textarea-code-editor/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-textarea-code-editor)](https://www.npmjs.com/package/@uiw/react-textarea-code-editor) [![npm version](https://img.shields.io/npm/v/@uiw/react-textarea-code-editor.svg)](https://www.npmjs.com/package/@uiw/react-textarea-code-editor)
[![Build & Deploy](https://github.com/uiwjs/react-textarea-code-editor/actions/workflows/ci.yml/badge.svg)](https://github.com/uiwjs/react-textarea-code-editor/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/uiwjs/react-textarea-code-editor/badge.svg?branch=main)](https://coveralls.io/github/uiwjs/react-textarea-code-editor?branch=main) [![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-textarea-code-editor/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-textarea-code-editor)](https://bundlephobia.com/package/@uiw/react-textarea-code-editor) [![npm version](https://img.shields.io/npm/v/@uiw/react-textarea-code-editor.svg)](https://www.npmjs.com/package/@uiw/react-textarea-code-editor)

@@ -105,6 +105,6 @@ A simple code editor with syntax highlighting. This library aims to provide a simple code editor with syntax highlighting support without any of the extra features, perfect for simple embeds and forms where users can submit code.

- [@uiw/react-markdown-editor](https://github.com/uiwjs/react-markdown-editor): A markdown editor with preview, implemented with React.js and TypeScript.
- [@uiw/react-markdown-preview](https://github.com/jaywcjlove/react-monacoeditor): React component preview markdown text in web browser.
- [@uiw/react-markdown-preview](https://github.com/jaywcjlove/react-markdown-preview): React component preview markdown text in web browser.
## License
Licensed under the MIT License.
Licensed under the MIT License.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc