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

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.1 to 3.1.0

6

index.d.ts

@@ -7,5 +7,5 @@ export default remarkLintListItemIndent

| [
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| Options
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
| undefined

@@ -16,4 +16,4 @@ ]

| boolean
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
),

@@ -20,0 +20,0 @@ Options | undefined

@@ -128,3 +128,6 @@ /**

const remarkLintListItemIndent = lintRule(
'remark-lint:list-item-indent',
{
origin: 'remark-lint:list-item-indent',
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-list-item-indent#readme'
},
/** @type {import('unified-lint-rule').Rule<Root, Options>} */

@@ -131,0 +134,0 @@ (tree, file, option = 'tab-size') => {

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

@@ -5,0 +5,0 @@ "license": "MIT",

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