Socket
Socket
Sign inDemoInstall

@astrojs/mdx

Package Overview
Dependencies
Maintainers
4
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/mdx - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

7

CHANGELOG.md
# @astrojs/mdx
## 0.8.1
### Patch Changes
- Updated dependencies [[`04ad44563`](https://github.com/withastro/astro/commit/04ad445632c67bdd60c1704e1e0dcbcaa27b9308)]:
- @astrojs/prism@1.0.0
## 0.8.0

@@ -4,0 +11,0 @@

8

package.json
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
"version": "0.8.0",
"version": "0.8.1",
"type": "module",

@@ -26,3 +26,3 @@ "types": "./dist/index.d.ts",

"dependencies": {
"@astrojs/prism": "^0.7.0",
"@astrojs/prism": "^1.0.0",
"@mdx-js/mdx": "^2.1.2",

@@ -47,4 +47,4 @@ "@mdx-js/rollup": "^2.1.1",

"@types/yargs-parser": "^21.0.0",
"astro": "1.0.0-rc.8",
"astro-scripts": "0.0.6",
"astro": "1.0.0",
"astro-scripts": "0.0.7",
"chai": "^4.3.6",

@@ -51,0 +51,0 @@ "linkedom": "^0.14.12",

@@ -326,3 +326,3 @@ # @astrojs/mdx 📝

### rehypePlugins</strong>
### rehypePlugins

@@ -329,0 +329,0 @@ [Rehype plugins](https://github.com/rehypejs/rehype/blob/main/doc/plugins.md) allow you to transform the HTML that your Markdown generates. We recommend checking the [Remark plugin](https://github.com/remarkjs/remark/blob/main/doc/plugins.md) catalog first _before_ considering rehype plugins, since most users want to transform their Markdown syntax instead. If HTML transforms are what you need, we encourage you to browse [awesome-rehype](https://github.com/rehypejs/awesome-rehype) for a full curated list of plugins!

Sorry, the diff of this file is not supported yet

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