Socket
Socket
Sign inDemoInstall

remark-lint-code-block-style

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-code-block-style - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

6

index.d.ts

@@ -8,5 +8,5 @@ export default remarkLintCodeBlockStyle

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

@@ -17,4 +17,4 @@ ]

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

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

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

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

@@ -119,0 +122,0 @@ (tree, file, option = 'consistent') => {

{
"name": "remark-lint-code-block-style",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when code blocks do not adhere to 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