New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-lint-ordered-list-marker-style

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.0 to 4.0.1

11

index.d.ts
export default remarkLintOrderedListMarkerStyle;
export type Root = import('mdast').Root;
/**
* Configuration.
*/
export type Options = Style | 'consistent';
export type Options = Style | "consistent";
/**
* Style.
*/
export type Style = '.' | ')';
declare const remarkLintOrderedListMarkerStyle: {
(config?: import("../../node_modules/unified-lint-rule/lib/index.js").Label | import("../../node_modules/unified-lint-rule/lib/index.js").Severity | Options | [level: import("../../node_modules/unified-lint-rule/lib/index.js").Label | import("../../node_modules/unified-lint-rule/lib/index.js").Severity, option?: Options | null | undefined] | null | undefined): ((tree: import("mdast").Root, file: import("vfile").VFile, next: import("unified").TransformCallback<import("mdast").Root>) => undefined) | undefined;
readonly name: string;
};
export type Style = "." | ")";
declare const remarkLintOrderedListMarkerStyle: import("unified-lint-rule").Plugin<Root, Options | null | undefined>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map

@@ -69,3 +69,3 @@ /**

* @author Titus Wormer
* @copyright 2015 Titus Wormer
* @copyright Titus Wormer
* @license MIT

@@ -111,3 +111,3 @@ *

/**
* @typedef {import('mdast').Root} Root
* @import {Root} from 'mdast'
*/

@@ -114,0 +114,0 @@

{
"name": "remark-lint-ordered-list-marker-style",
"version": "4.0.0",
"description": "remark-lint rule to warn when the markers of ordered lists violate a given style",
"license": "MIT",
"keywords": [
"lint",
"list",
"marker",
"ordered",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-ordered-list-marker-style",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com>"
],
"sideEffects": false,
"type": "module",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"dependencies": {

@@ -43,9 +16,34 @@ "@types/mdast": "^4.0.0",

},
"description": "remark-lint rule to warn when the markers of ordered lists violate a given style",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"lint",
"list",
"marker",
"ordered",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"license": "MIT",
"name": "remark-lint-ordered-list-marker-style",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-ordered-list-marker-style",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"type": "module",
"version": "4.0.1",
"xo": {

@@ -52,0 +50,0 @@ "prettier": true,

Sorry, the diff of this file is not supported yet

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