Socket
Socket
Sign inDemoInstall

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.1.1 to 4.1.2

11

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

1

index.js

@@ -138,2 +138,3 @@ /**

if (lineColumn !== offset) {
// @ts-expect-error: assume we have a correct point.
file.message('Do not indent table rows', loc.toPoint(offset))

@@ -140,0 +141,0 @@ }

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

@@ -44,5 +44,3 @@ "license": "MIT",

},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
},
"scripts": {},
"xo": false,

@@ -49,0 +47,0 @@ "typeCoverage": {

@@ -60,13 +60,13 @@ <!--This file is generated-->

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoTableIndentation from 'https://cdn.skypack.dev/remark-lint-no-table-indentation@4?dts'
import remarkLintNoTableIndentation from 'https://esm.sh/remark-lint-no-table-indentation@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoTableIndentation from 'https://cdn.skypack.dev/remark-lint-no-table-indentation@4?min'
import remarkLintNoTableIndentation from 'https://esm.sh/remark-lint-no-table-indentation@4?bundle'
</script>

@@ -281,3 +281,3 @@ ```

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

@@ -284,0 +284,0 @@ [npm]: https://docs.npmjs.com/cli/install

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