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.12.0 to 3.13.1

@type/index.d.ts

2

package.json
{
"name": "lys-markdown-parser",
"version": "3.12.0",
"version": "3.13.1",
"description": "js markdown parser",

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

@@ -240,3 +240,3 @@ import { createAstNode } from './createAstNode.js';

root.push(node);
index += matchTokens.length;
index += matchTokens.length + 1; // 不渲染尾部空白行
})

@@ -243,0 +243,0 @@ ) {

@@ -91,2 +91,3 @@ /**

ele.href = node.href;
ele.referrerPolicy = 'no-referrer'; // 禁止外联追踪原始地址
ele.target = '_blank';

@@ -93,0 +94,0 @@ break;

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