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

remark-lint-no-table-indentation

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-table-indentation - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

4

index.d.ts
export default remarkLintNoTableIndentation
export type Root = import('mdast').Root
declare const remarkLintNoTableIndentation: 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

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

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

@@ -80,0 +83,0 @@ (tree, file) => {

{
"name": "remark-lint-no-table-indentation",
"version": "4.0.1",
"version": "4.1.0",
"description": "remark-lint rule to warn when tables are indented",

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