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

remark-lint-unordered-list-marker-style

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-unordered-list-marker-style - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

6

index.d.ts

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

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

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

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

@@ -93,0 +96,0 @@ (tree, file, option = 'consistent') => {

{
"name": "remark-lint-unordered-list-marker-style",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when markers of unordered lists violate 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