Socket
Socket
Sign inDemoInstall

@nore/bundle-md

Package Overview
Dependencies
418
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.4.0

4

package.json
{
"name": "@nore/bundle-md",
"description": "Bundle .md files",
"version": "1.3.3",
"version": "1.4.0",
"author": "Navaru <contact@navaru.com>",

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

},
"gitHead": "41fcf1071991dd7aeb1e9450dfebe1c33a2b0811"
"gitHead": "5cb63324b64554709bcde590e8fece5b92c83e88"
}
import babel from "@nore/bundle-js/source/babel";
export default async bundle => {
const options = {};
// try to load external mdx config files
await bundle.loadConfig("mdx", options);
const rule = {
test: /\.md?$/,
use: [
{
loader: "babel-loader",
options: await babel(bundle),
},
{
loader: "@mdx-js/loader",
},
{ loader: "babel-loader", options: await babel(bundle) },
{ loader: "@mdx-js/loader", options },
],

@@ -15,0 +15,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