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

remark-comments

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-comments - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

4

package.json
{
"name": "remark-comments",
"version": "1.2.7",
"version": "1.2.8",
"repository": {

@@ -34,3 +34,3 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-comments",

"license": "MIT",
"gitHead": "41ba346f4cb8a52f3ca658c7c217f578cbfca661"
"gitHead": "b05f25a9f9f7be3c2987fb3c07f48cc1b43ca2aa"
}

@@ -15,2 +15,15 @@ # remark-comments [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status]

## AST node (see [mdast][mdast] specification)
The plugin will product the following node and add it to the MDAST syntax tree:
```javascript
interface Comments <: Node {
type: "comments";
data: {
comment: string;
}
}
```
## Installation

@@ -17,0 +30,0 @@

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