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

@lobehub/lint

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lobehub/lint - npm Package Compare versions

Comparing version 1.19.0 to 1.20.0

9

dist/remarklint/remarkGfmHighlight.js

@@ -46,10 +46,11 @@ var __create = Object.create;

visit(tree, "blockquote", (node) => {
visit(node, "strong", (subnode) => {
let value = "";
visit(node.children[0], "strong", (subnode) => {
if (subnode.position.start.column !== 3)
return;
let value;
visit(subnode, "text", (textnode) => {
if (["Note", "Tip", "Important", "Warning", "Caution"].includes(textnode.value)) {
for (const item of gfmHighlight) {
if (item.from === textnode.value) {
if (item.from === textnode.value)
value = item.to;
}
}

@@ -56,0 +57,0 @@ }

{
"name": "@lobehub/lint",
"version": "1.19.0",
"version": "1.20.0",
"homepage": "https://github.com/lobehub/lobe-lint",

@@ -5,0 +5,0 @@ "bugs": {

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