New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-mdx

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-mdx - npm Package Compare versions

Comparing version 0.16.1 to 0.16.4

3

cli.js
#!/usr/bin/env node
const init = require('initit')
const [example = 'next', name = 'next-mdx'] = process.argv.slice(2, 3)
const example = process.argv[2] || 'next'
const name = process.argv[3] || example + '-mdx'
const template = `mdx-js/mdx/examples/${example}`

@@ -6,0 +7,0 @@

{
"name": "create-mdx",
"version": "0.16.1",
"version": "0.16.4",
"description": "Initialize an MDX project",

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

},
"gitHead": "b69654652e22043592da6db45bc8306b05c783ad"
"gitHead": "21a3cc7b102ae8c706f54566440d852393e90049"
}
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