New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@moonbit/markdown-linter

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonbit/markdown-linter - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

test.md

5

markdown-linter.js
#!/usr/bin/env node
// @ts-check
/*

@@ -71,3 +72,3 @@ * Markdown linter for MoonBit.

// generate source map
sourceMap = [];
var sourceMap = [];
var line = 1;

@@ -125,3 +126,3 @@ codeBlocks.forEach(({ content, beginLine, endLine }) => {

_ => {
hashErrors = true;
hasErrors = true;
return ""

@@ -128,0 +129,0 @@ }

2

package.json
{
"name": "@moonbit/markdown-linter",
"version": "0.1.6",
"version": "0.1.7",
"description": "markdown linter for MoonBit",

@@ -5,0 +5,0 @@ "main": "./markdown-linter.js",

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