Socket
Socket
Sign inDemoInstall

remark-github

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-github - npm Package Compare versions

Comparing version 11.2.1 to 11.2.2

2

lib/index.js

@@ -137,3 +137,3 @@ /**

/**
* Plugin to enable, disable, and ignore messages.
* Plugin to autolink references like in GitHub issues, PRs, and comments.
*

@@ -140,0 +140,0 @@ * @type {import('unified').Plugin<[Options?]|void[], Root>}

{
"name": "remark-github",
"version": "11.2.1",
"version": "11.2.2",
"description": "remark plugin to autolink references like in GitHub issues, PRs, and comments",

@@ -71,3 +71,3 @@ "license": "MIT",

"typescript": "^4.0.0",
"xo": "^0.45.0"
"xo": "^0.46.0"
},

@@ -74,0 +74,0 @@ "scripts": {

@@ -24,3 +24,3 @@ # remark-github

* [Examples](#examples)
* [Example: `buildUrl`](#example-buildurl)
* [Example: `buildUrl`](#example-buildurl)
* [Syntax](#syntax)

@@ -61,3 +61,9 @@ * [Types](#types)

(enters) into hard breaks (`<br>`s).
GitHub does this in a few places (comments, issues, PRs, and releases), but it’s
not semantic according to HTML and not compliant to markdown.
Yet another plugin, [`remark-frontmatter`][remark-frontmatter], adds support
for YAML frontmatter.
GitHub supports frontmatter for files in Gists and repos.
## Install

@@ -204,3 +210,3 @@

## Example: `buildUrl`
### Example: `buildUrl`

@@ -310,2 +316,4 @@ A `buildUrl` can be passed to not link mentions.

β€” support breaks without needing spaces or escapes (enters to `<br>`)
* [`remark-frontmatter`][remark-frontmatter]
β€” support frontmatter (YAML, TOML, and more)

@@ -395,1 +403,3 @@ ## Contribute

[remark-breaks]: https://github.com/remarkjs/remark-breaks
[remark-frontmatter]: https://github.com/remarkjs/remark-frontmatter
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