Socket
Socket
Sign inDemoInstall

remark-lint-definition-spacing

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-definition-spacing - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

4

index.d.ts
export default remarkLintDefinitionSpacing
export type Root = import('mdast').Root
declare const remarkLintDefinitionSpacing: import('unified').Plugin<
| [unknown]
| void[]
| [unknown]
| [
(
| boolean
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
),

@@ -12,0 +12,0 @@ unknown

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

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

@@ -39,0 +42,0 @@ (tree, file) => {

{
"name": "remark-lint-definition-spacing",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when consecutive whitespace is used in a definition",

@@ -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