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

markdown-list-linter-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-list-linter-cli - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

10

package.json
{
"name": "markdown-list-linter-cli",
"version": "0.0.2",
"version": "0.0.3",
"description": "CLI tool to lint markdown lists to warn when list items are not alphabetically ordered",
"main": "dist/index.min.js",
"bin": {
"markdown-list-linter": "./dist/index.js"
"markdown-list-linter": "./dist/index.min.js"
},
"scripts": {
"compile": "tsc --project tsconfig.json",
"compile:dev": "tsc --project tsconfig.json --watch",
"minify": "esbuild \"dist/index.js\" --minify --outfile=\"dist/index.min.js\"",
"build": "npm run compile && npm run minify",
"build:dev": "tsc --project tsconfig.json --watch",
"build": "npm run compile && npm run minify",
"test": "jest"
},
"files": [
"dist",
"dist/**/*.min.js",
"LICENSE",

@@ -19,0 +19,0 @@ "README.md"

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