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

mdast-util-phrasing

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-phrasing - npm Package Compare versions

Comparing version 1.0.3 to 2.0.0

22

package.json
{
"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
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