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

@moonbit/markdown-linter

Package Overview
Dependencies
Maintainers
0
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.16 to 0.1.18

2

markdown-linter.js

@@ -99,3 +99,3 @@ #!/usr/bin/env node

case "expr":
wrapper = { leading: "fn init {debug({\n", trailing: "\n})}\n" };
wrapper = { leading: "fn init {println({\n", trailing: "\n})}\n" };
break;

@@ -102,0 +102,0 @@ case "no-check":

@@ -122,3 +122,3 @@ #!/usr/bin/env node

case "expr":
wrapper = { leading: "fn init {debug({\n", trailing: "\n})}\n" };
wrapper = { leading: "fn init {println({\n", trailing: "\n})}\n" };
break;

@@ -125,0 +125,0 @@ case "no-check":

{
"name": "@moonbit/markdown-linter",
"version": "0.1.16",
"version": "0.1.18",
"description": "markdown linter for MoonBit",

@@ -12,16 +12,14 @@ "main": "./markdown-linter.js",

"dependencies": {
"markdown-it": "^14.0.0",
"markdown-it": "^14.1.0",
"temp": "^0.9.4"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.28",
"@types/markdown-it": "^13.0.8",
"@types/node": "^20.14.1",
"@types/temp": "^0.9.4",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"scripts": {
"dev": "tsc markdown-linter.ts && node markdown-linter.js",
"prepublishOnly": "tsc markdown-linter.ts"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}
"dev": "tsc markdown-linter.ts && node 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