New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

md-editor-v3

Package Overview
Dependencies
Maintainers
1
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md-editor-v3 - npm Package Compare versions

Comparing version 4.10.0-beta.0 to 4.10.0

6

lib/types/MdEditor/type.d.ts

@@ -301,5 +301,5 @@ import { LooseRequired } from '@vue/shared';

targetValue: string;
select: boolean;
deviationStart: number;
deviationEnd: number;
select?: boolean;
deviationStart?: number;
deviationEnd?: number;
}

@@ -306,0 +306,0 @@ /**

{
"name": "md-editor-v3",
"version": "4.10.0-beta.0",
"version": "4.10.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "keywords": [

@@ -475,5 +475,5 @@ # 🎄 md-editor-v3

* @return targetValue Content to be inserted
* @return select Automatically select content
* @return deviationStart Start position of the selected content
* @return deviationEnd End position of the selected content
* @return select Automatically select content, default: true
* @return deviationStart Start position of the selected content, default: 0
* @return deviationEnd End position of the selected content, default: 0
*/

@@ -480,0 +480,0 @@ return {

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

Sorry, the diff of this file is not supported yet

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