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
2
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 3.23.0 to 3.23.1

1

esm/commands/index.js

@@ -83,3 +83,2 @@ import _extends from "@babel/runtime/helpers/extends";

executeCommand(command, dispatch, state, shortcuts) {
console.log('state:', state);
command.execute && command.execute(_extends({

@@ -86,0 +85,0 @@ command

@@ -270,3 +270,2 @@ "use strict";

value: function executeCommand(command, dispatch, state, shortcuts) {
console.log('state:', state);
command.execute && command.execute((0, _objectSpread2["default"])({

@@ -273,0 +272,0 @@ command: command

2

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

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

@@ -170,3 +170,2 @@ import React from 'react';

): void {
console.log('state:', state);
command.execute &&

@@ -173,0 +172,0 @@ command.execute({ command, ...getStateFromTextArea(this.textArea) }, this.textApi, dispatch, state, shortcuts);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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