lys-markdown-parser
Advanced tools
Comparing version 3.13.1 to 3.13.2
{ | ||
"name": "lys-markdown-parser", | ||
"version": "3.13.1", | ||
"version": "3.13.2", | ||
"description": "js markdown parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -118,2 +118,3 @@ /** | ||
a.textContent = i; | ||
a.referrerPolicy = 'no-referrer'; // 禁止外联追踪原始地址 | ||
a.target = '_blank'; | ||
@@ -120,0 +121,0 @@ ele.appendChild(a); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
317203
7696