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

lys-markdown-parser

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lys-markdown-parser - npm Package Compare versions

Comparing version 3.13.3 to 3.13.4

2

package.json
{
"name": "lys-markdown-parser",
"version": "3.13.3",
"version": "3.13.4",
"description": "js markdown parser",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -21,2 +21,6 @@ import nodeType, { TOKEN_TYPE as TKS } from '../nodeType.js';

const item = tokens[offset];
// 因为moveIndex可能会更改offset,因此在这里做一个校验
if (item === undefined) {
break;
}
// 如果匹配成功,会向后加+1

@@ -23,0 +27,0 @@ if (!fn(item, offset, moveIndex)) {

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