Socket
Socket
Sign inDemoInstall

remark-lint-list-item-indent

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-list-item-indent - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

index.d.ts
export default remarkLintListItemIndent
export type Root = import('mdast').Root
export type Options = 'tab-size' | 'space' | 'mixed'
declare const remarkLintListItemIndent: import('unified-lint-rule/node_modules/unified').Plugin<
declare const remarkLintListItemIndent: import('unified').Plugin<
| void[]

@@ -6,0 +6,0 @@ | [

{
"name": "remark-lint-list-item-indent",
"version": "3.0.0",
"version": "3.0.1",
"description": "remark-lint rule to warn when the spacing between a list item’s bullet and its content violates a given style",

@@ -15,3 +15,7 @@ "license": "MIT",

],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-list-item-indent",
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark-lint",
"directory": "packages/remark-lint-list-item-indent"
},
"bugs": "https://github.com/remarkjs/remark-lint/issues",

@@ -18,0 +22,0 @@ "funding": {

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