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

@uiw/react-md-editor

Package Overview
Dependencies
Maintainers
1
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-md-editor - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

4

lib/cjs/index.js

@@ -163,5 +163,5 @@ "use strict";

minHeight: minHeight,
onChange: function onChange(height) {
onChange: function onChange(newHeight) {
_this2.setState({
height: height
height: newHeight
});

@@ -168,0 +168,0 @@ }

@@ -145,5 +145,5 @@ import _extends from "@babel/runtime/helpers/esm/extends";

minHeight: minHeight,
onChange: function onChange(height) {
onChange: function onChange(newHeight) {
_this2.setState({
height: height
height: newHeight
});

@@ -150,0 +150,0 @@ }

{
"name": "@uiw/react-md-editor",
"version": "1.2.2",
"version": "1.2.3",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",

@@ -12,5 +12,6 @@ "author": "",

"watch": "npm run watch:types & npm run watch:ts",
"build": "npm run build:ts && npm run build:css && npm run build:types -- --outDir lib/cjs && npm run build:types -- --outDir lib/esm",
"build": "npm run build:ts && npm run build:css && npm run build:dist:css && npm run build:types -- --outDir lib/cjs && npm run build:types -- --outDir lib/esm",
"build:types": "tsbb types --outDir lib/esm --target ESNEXT",
"build:css": "compile-less -d src -o lib/esm",
"build:dist:css": "compile-less -d src --combine dist/markdown-editor.css --rm-global",
"build:ts": "tsbb build --target react",

@@ -17,0 +18,0 @@ "watch:types": "npm run build:types -- --watch --outDir lib/cjs & npm run build:types -- --watch --outDir lib/esm",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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