Socket
Socket
Sign inDemoInstall

remark-mdx

Package Overview
Dependencies
73
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

index.d.ts.map

1

index.d.ts
export { default } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
//# sourceMappingURL=index.d.ts.map

@@ -18,1 +18,2 @@ /**

export type Options = MicromarkOptions & ToMarkdownOptions;
//# sourceMappingURL=index.d.ts.map

4

package.json
{
"name": "remark-mdx",
"version": "3.0.0",
"version": "3.0.1",
"description": "remark plugin to support MDX syntax",

@@ -39,2 +39,3 @@ "license": "MIT",

"lib/",
"index.d.ts.map",
"index.d.ts",

@@ -56,2 +57,3 @@ "index.js"

"rules": {
"logical-assignment-operators": "off",
"n/file-extension-in-import": "off"

@@ -58,0 +60,0 @@ }

@@ -76,3 +76,3 @@ # remark-mdx

```tsx
import remarkMdx from 'https://esm.sh/remark-mdx@2'
import remarkMdx from 'https://esm.sh/remark-mdx@3'
```

@@ -84,3 +84,3 @@

<script type="module">
import remarkMdx from 'https://esm.sh/remark-mdx@2?bundle'
import remarkMdx from 'https://esm.sh/remark-mdx@3?bundle'
</script>

@@ -87,0 +87,0 @@ ```

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