🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@uiw/react-markdown-editor

Package Overview
Dependencies
Maintainers
0
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
6.1.2

1

cjs/commands/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { ReactCodeMirrorRef } from '@uiw/react-codemirror';

@@ -3,0 +2,0 @@ import { bold } from './bold';

2

cjs/commands/olist.js

@@ -29,3 +29,3 @@ "use strict";

var mark = '1. ';
var matchMark = lineInfo.text.match(/^\1\./);
var matchMark = lineInfo.text.match(/^1\./);
if (matchMark && matchMark[0]) {

@@ -32,0 +32,0 @@ mark = '';

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { ReactCodeMirrorRef } from '@uiw/react-codemirror';

@@ -3,0 +2,0 @@ import { bold } from './bold';

@@ -25,3 +25,3 @@ import { jsx as _jsx } from "react/jsx-runtime";

var mark = '1. ';
var matchMark = lineInfo.text.match(/^\1\./);
var matchMark = lineInfo.text.match(/^1\./);
if (matchMark && matchMark[0]) {

@@ -28,0 +28,0 @@ mark = '';

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

@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-markdown-editor",

Sorry, the diff of this file is not supported yet