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

remark-lint-emphasis-marker

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-emphasis-marker - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

11

index.d.ts
export default remarkLintEmphasisMarker;
export type Root = import('mdast').Root;
/**
* Styles.
*/
export type Marker = '*' | '_';
export type Marker = "*" | "_";
/**
* Configuration.
*/
export type Options = Marker | 'consistent';
declare const remarkLintEmphasisMarker: {
(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 Options = Marker | "consistent";
declare const remarkLintEmphasisMarker: import("unified-lint-rule").Plugin<Root, Options | null | undefined>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map

@@ -78,3 +78,3 @@ /**

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

@@ -129,3 +129,3 @@ *

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

@@ -132,0 +132,0 @@

{
"name": "remark-lint-emphasis-marker",
"version": "4.0.0",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"contributors": [
"Titus Wormer <tituswormer@gmail.com>"
],
"dependencies": {
"@types/mdast": "^4.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0"
},
"description": "remark-lint rule to warn when emphasis markers violate the given style",
"license": "MIT",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [

@@ -15,34 +34,13 @@ "emphasis",

],
"license": "MIT",
"name": "remark-lint-emphasis-marker",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-emphasis-marker",
"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>"
],
"scripts": {},
"sideEffects": false,
"type": "module",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"dependencies": {
"@types/mdast": "^4.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0"
},
"scripts": {},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"type": "module",
"version": "4.0.1",
"xo": {

@@ -49,0 +47,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