Socket
Socket
Sign inDemoInstall

remark-lint-no-shortcut-reference-link

Package Overview
Dependencies
16
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.1.0

4

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

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

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

@@ -47,0 +50,0 @@ (tree, file) => {

{
"name": "remark-lint-no-shortcut-reference-link",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when shortcut reference links are used",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc