Socket
Socket
Sign inDemoInstall

remark-lint-code-block-style

Package Overview
Dependencies
17
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

2

index.d.ts

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

export type Options = 'consistent' | Style
declare const remarkLintCodeBlockStyle: import('unified-lint-rule/node_modules/unified').Plugin<
declare const remarkLintCodeBlockStyle: import('unified').Plugin<
| void[]

@@ -8,0 +8,0 @@ | [

{
"name": "remark-lint-code-block-style",
"version": "3.0.0",
"version": "3.0.1",
"description": "remark-lint rule to warn when code blocks do not adhere to a given style",

@@ -14,3 +14,7 @@ "license": "MIT",

],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-code-block-style",
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark-lint",
"directory": "packages/remark-lint-code-block-style"
},
"bugs": "https://github.com/remarkjs/remark-lint/issues",

@@ -17,0 +21,0 @@ "funding": {

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