🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

mdast-lint-alphabetize-lists

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-lint-alphabetize-lists - npm Package Compare versions

Comparing version

to
0.1.1

4

package.json
{
"name": "mdast-lint-alphabetize-lists",
"version": "0.1.0",
"version": "0.1.1",
"description": "Checks that all list items are in alphabetical order",

@@ -31,3 +31,3 @@ "author": "Victor Felder <victorfelder@gmail.com>",

"homepage": "https://github.com/vhf/mdast-lint-alphabetize-lists#readme",
"main": "dist/index.js"
"main": "dist/alphabetical-list-items.js"
}