Socket
Socket
Sign inDemoInstall

netnrmd

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netnrmd - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

4

changelog.md
# Change log
### [v2.6.1] - 2021-01-22
- Update component dependent version: marked@1.2.7, dompurify@2.2.6, highlight.js@10.5.0
- Fixed the issue of freezing in certain situations when only the view is displayed
### [v2.6.0] - 2020-11-25

@@ -4,0 +8,0 @@ - Update component dependent version: marked@1.2.5, dompurify@2.2.2, highlight.js@10.4.0

5

package.json
{
"name": "netnrmd",
"version": "2.6.0",
"version": "2.6.1",
"description": "Markdown Combinatorial editor | 组合编辑器,Monaco Editor 编辑器 + Marked 解析 + DOMPurify 清洗 + highlight 代码高亮",
"main": "src/netnrmd.bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -10,0 +7,0 @@ "type": "git",

@@ -24,3 +24,3 @@ English | [简体中文](README_zh-CN.md)

<script src="src/netnrmd.extend.js"></script>
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.21.2/min/vs/loader.js"></script>
<script src="https://cdn.jsdelivr.net/npm/monaco-editor@0.21.3/min/vs/loader.js"></script>

@@ -30,3 +30,3 @@ <script>

paths: {
vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.21.2/min/vs'
vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.21.3/min/vs'
},

@@ -33,0 +33,0 @@ 'vs/nls': { availableLanguages: { '*': 'zh-cn' } }

/* *\
* netnrmd编辑器 v2.5.0
* netnrmd编辑器 v2.6.1
*

@@ -8,3 +8,3 @@ * Monaco Editor 编辑器 + Marked 解析 + DOMPurify 清洗 + highlight 代码高亮

*
* Date:2020-07-18
* Date:2021-01-21
*

@@ -11,0 +11,0 @@ * Author:netnr

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

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