Socket
Socket
Sign inDemoInstall

mdast-util-gfm-autolink-literal

Package Overview
Dependencies
0
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

14

package.json
{
"name": "mdast-util-gfm-autolink-literal",
"version": "0.1.1",
"version": "0.1.2",
"description": "mdast extension to parse and serialize GFM autolink literals",

@@ -39,11 +39,11 @@ "license": "MIT",

"devDependencies": {
"mdast-util-from-markdown": "^0.5.0",
"mdast-util-to-markdown": "^0.3.0",
"micromark-extension-gfm-autolink-literal": "^0.3.0",
"mdast-util-from-markdown": "^0.8.0",
"mdast-util-to-markdown": "^0.6.0",
"micromark-extension-gfm-autolink-literal": "^0.5.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark-cli": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"xo": "^0.33.0"
"xo": "^0.37.0"
},

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

@@ -17,4 +17,4 @@ # mdast-util-gfm-autolink-literal

You probably shouldn’t use this package directly, but instead use `remark-gfm`
with **[remark][]**.
You probably shouldn’t use this package directly, but instead use
[`remark-gfm`][remark-gfm] with **[remark][]**.

@@ -112,3 +112,3 @@ ## Install

— markdown processor powered by plugins
* `remarkjs/remark-gfm`
* [`remarkjs/remark-gfm`][remark-gfm]
— remark plugin to support GFM

@@ -140,5 +140,5 @@ * [`micromark/micromark`][micromark]

[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-gfm-autolink-literal.svg
[build-badge]: https://github.com/syntax-tree/mdast-util-gfm-autolink-literal/workflows/main/badge.svg
[build]: https://travis-ci.org/syntax-tree/mdast-util-gfm-autolink-literal
[build]: https://github.com/syntax-tree/mdast-util-gfm-autolink-literal/actions

@@ -183,2 +183,4 @@ [coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-gfm-autolink-literal.svg

[remark-gfm]: https://github.com/remarkjs/remark-gfm
[from-markdown]: https://github.com/syntax-tree/mdast-util-from-markdown

@@ -185,0 +187,0 @@

var inConstruct = 'phrasing'
var notInConstruct = ['autolink', 'link', 'image']
var notInConstruct = ['autolink', 'link', 'image', 'label']

@@ -4,0 +4,0 @@ exports.unsafe = [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc