Socket
Socket
Sign inDemoInstall

@hipster/mdx2-issue-checker

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hipster/mdx2-issue-checker - npm Package Compare versions

Comparing version 0.0.4 to 0.0.6

README.md

9

index.js

@@ -11,3 +11,10 @@ #!/usr/bin/env node

if(process.argv.length === 2) {
if(!process.argv.includes('--verbose')) {
process.argv = process.argv.concat(['--silent'])
} else {
const index = process.argv.indexOf('--verbose');
process.argv.splice(index, 1);
}
if(process.argv.length === 3) {
process.argv = process.argv.concat(['.'])

@@ -14,0 +21,0 @@ }

7

package.json
{
"name": "@hipster/mdx2-issue-checker",
"version": "0.0.4",
"description": "",
"version": "0.0.6",
"description": "Wrapper around remark-cli to make it easier to check for MDX v2 syntax issues",
"license": "MIT",
"files": [
"cli.js"
"index.js",
"README.md"
],

@@ -9,0 +10,0 @@ "homepage": "https://github.com/yannbf/the-packages/tree/main/libs/mdx2-issue-checker",

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