Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-textarea-code-editor

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-textarea-code-editor - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

cjs/index.js

29

package.json
{
"name": "@uiw/react-textarea-code-editor",
"version": "1.3.2",
"version": "1.4.0",
"description": "A simple code editor with syntax highlighting.",
"homepage": "https://uiwjs.github.io/react-textarea-code-editor/",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"main": "cjs/index.js",
"module": "esm/index.js",
"scripts": {
"prepare": "husky install && npm run build:lib",
"prepare": "husky install && npm run build",
"doc": "kkt build --app-src ./website",
"start": "kkt start --app-src ./website",
"build": "npm run build:lib && npm run doc",
"build:lib": "npm run ts:build && npm run types:esm && npm run types:cjs && npm run css:build && npm run css:build:dist",
"watch": "npm run ts:watch & npm run types:watch & npm run css:watch",
"types:build": "tsbb types --sourceRoot src --target ESNEXT --jsx --emitDeclarationOnly false",
"types:watch": "npm run types:esm -- --watch & npm run types:cjs -- --watch",
"types:esm": "npm run types:build -- --outDir ../lib/esm",
"types:cjs": "npm run types:build -- --outDir ../lib/cjs",
"css:build": "compile-less -d src -o lib/esm",
"css:watch": "compile-less -d src -o lib/esm --watch",
"css:build:dist": "compile-less -d src --combine lib/dist.css --rm-global",
"ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react",
"ts:build": "tsbb build --target react",
"build": "tsbb build && npm run css:build && npm run css:build:dist",
"watch": "tsbb watch & npm run css:watch",
"css:build": "compile-less -d src -o esm",
"css:watch": "compile-less -d src -o esm --watch",
"css:build:dist": "compile-less -d src --combine dist.css --rm-global",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,css,md,json}\"",

@@ -95,3 +88,3 @@ "test": "kkt test --env=jsdom --app-src=./website",

"compile-less-cli": "1.8.1",
"husky": "6.0.0",
"husky": "7.0.1",
"kkt": "6.11.0",

@@ -104,3 +97,3 @@ "lint-staged": "11.1.2",

"rehype-attr": "1.4.2",
"tsbb": "2.3.1"
"tsbb": "3.0.0-rc.7"
},

@@ -107,0 +100,0 @@ "eslintConfig": {

@@ -6,2 +6,3 @@ {

"baseUrl": ".",
"outDir": "../cjs",
"emitDeclarationOnly": true,

@@ -8,0 +9,0 @@ "noEmit": false

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