Socket
Socket
Sign inDemoInstall

@hashicorp/remark-plugins

Package Overview
Dependencies
50
Maintainers
22
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0-canary.1 to 3.1.0

3

index.js

@@ -18,4 +18,5 @@ const anchorLinks = require('./plugins/anchor-links')

typography: typographyOptions,
includeMarkdown: includeMarkdownOptions,
} = {}) => [
includeMarkdown,
[includeMarkdown, includeMarkdownOptions],
[anchorLinks, anchorLinksOptions],

@@ -22,0 +23,0 @@ paragraphCustomAlerts,

{
"name": "@hashicorp/remark-plugins",
"description": "A potpourri of remark plugins used to process .mdx files",
"version": "3.1.0-canary.1",
"version": "3.1.0",
"author": "Jeff Escalante",

@@ -12,3 +12,3 @@ "bugs": "https://github.com/hashicorp/remark-plugins/issues",

"github-slugger": "^1.3.0",
"remark": "^11.0.2",
"remark": "^12.0.1",
"to-vfile": "^6.1.0",

@@ -18,15 +18,15 @@ "unist-util-flatmap": "^1.0.0",

"unist-util-map": "^2.0.1",
"unist-util-visit": "^2.0.2"
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@mdx-js/mdx": "^1.5.7",
"@types/jest": "^25.1.4",
"jest": "^25.2.0",
"@mdx-js/mdx": "^1.6.14",
"@types/jest": "^26.0.7",
"jest": "^26.1.0",
"mdast-util-to-string": "^1.1.0",
"normalize-newline": "^3.0.0",
"rehype-parse": "^6.0.2",
"rehype-stringify": "^6.0.1",
"release": "^6.1.0",
"remark-html": "^11.0.1",
"remark-rehype": "^6.0.0"
"rehype-parse": "^7.0.1",
"rehype-stringify": "^8.0.0",
"release": "^6.3.0",
"remark-html": "^12.0.0",
"remark-rehype": "^7.0.0"
},

@@ -33,0 +33,0 @@ "homepage": "https://github.com/hashicorp/remark-plugins#readme",

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