mdast-comment-marker
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -62,3 +62,3 @@ 'use strict' | ||
/* eslint-disable max-params */ | ||
// eslint-disable-next-line max-params | ||
function replacer($0, $1, $2, $3, $4) { | ||
@@ -65,0 +65,0 @@ var result = $2 || $3 || $4 || '' |
{ | ||
"name": "mdast-comment-marker", | ||
"version": "1.1.1", | ||
"description": "Parse a comment marker in mdast", | ||
"version": "1.1.2", | ||
"description": "mdast utility to parse a comment marker", | ||
"license": "MIT", | ||
"keywords": [ | ||
"unist", | ||
"mdast", | ||
"mdast-util", | ||
"util", | ||
"utility", | ||
"marker", | ||
"mdast", | ||
"remark", | ||
"utility" | ||
"comment" | ||
], | ||
"repository": "syntax-tree/mdast-comment-marker", | ||
"bugs": "https://github.com/syntax-tree/mdast-comment-marker/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -25,9 +32,9 @@ "contributors": [ | ||
"browserify": "^16.0.0", | ||
"nyc": "^14.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.24.0" | ||
"xo": "^0.26.0" | ||
}, | ||
@@ -34,0 +41,0 @@ "scripts": { |
@@ -21,3 +21,3 @@ # mdast-comment-marker | ||
## Usage | ||
## Use | ||
@@ -95,2 +95,8 @@ ```js | ||
## Security | ||
Use of `mdast-comment-marker` does not involve [**hast**][hast], user content, | ||
or change the tree, so there are no openings for | ||
[cross-site scripting (XSS)][xss] attacks. | ||
## Contribute | ||
@@ -102,4 +108,4 @@ | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
This project has a [code of conduct][coc]. | ||
By interacting with this repository, organization, or community you agree to | ||
abide by its terms. | ||
@@ -135,3 +141,3 @@ | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg | ||
@@ -157,1 +163,5 @@ [chat]: https://spectrum.chat/unified/syntax-tree | ||
[marker]: #marker | ||
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting | ||
[hast]: https://github.com/syntax-tree/hast |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8425
163