mdast-util-phrasing
Advanced tools
Comparing version 1.0.3 to 2.0.0
{ | ||
"name": "mdast-util-phrasing", | ||
"version": "1.0.3", | ||
"description": "Check if a node is a phrasing element", | ||
"version": "2.0.0", | ||
"description": "mdast utility to check if a node is phrasing content", | ||
"license": "MIT", | ||
"keywords": [ | ||
"unist", | ||
"mdast", | ||
"unist", | ||
"mdast=util", | ||
"util", | ||
"utility", | ||
"remark", | ||
"markdown", | ||
@@ -17,2 +17,6 @@ "phrasing" | ||
"bugs": "https://github.com/syntax-tree/mdast-util-phrasing/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Victor Felder <victor@draft.li> (https://draft.li)", | ||
@@ -27,11 +31,11 @@ "contributors": [ | ||
"dependencies": { | ||
"unist-util-is": "^3.0.0" | ||
"unist-util-is": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"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", | ||
"xo": "^0.24.0" | ||
"xo": "^0.26.0" | ||
}, | ||
@@ -38,0 +42,0 @@ "scripts": { |
@@ -21,3 +21,3 @@ # mdast-util-phrasing | ||
## Usage | ||
## Use | ||
@@ -52,2 +52,8 @@ ```js | ||
## Security | ||
Use of `mdast-util-phrasing` does not involve [**hast**][hast], user content, | ||
or change the tree, so there are no openings for | ||
[cross-site scripting (XSS)][xss] attacks. | ||
## Contribute | ||
@@ -59,4 +65,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. | ||
@@ -92,3 +98,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 | ||
@@ -114,1 +120,5 @@ [chat]: https://spectrum.chat/unified/syntax-tree | ||
[phrasing]: https://github.com/syntax-tree/mdast#phrasingcontent | ||
[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
6086
120
+ Addedunist-util-is@4.1.0(transitive)
- Removedunist-util-is@3.0.0(transitive)
Updatedunist-util-is@^4.0.0