Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

markmap-cli

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-cli - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

bin/cli.js

@@ -8,11 +8,9 @@ #!/usr/bin/env node

program
.version(require('../package.json').version);
program
.command('create <input>')
.version(require('../package.json').version)
.description('Create a markmap from a Markdown input file')
.option('-o, --output <output>', 'Specify filename of the output HTML')
.option('--no-open', 'Do not open the output file after generation')
.arguments('<input>')
.option('-o, --output <output>', 'specify filename of the output HTML')
.option('--no-open', 'do not open the output file after generation')
.action((input, cmd) => {
createMarkmap(input, {
return createMarkmap(input, {
open: cmd.open,

@@ -19,0 +17,0 @@ output: cmd.output,

@@ -1,2 +0,2 @@

/*! markmap-cli v0.1.0 | MIT License */
/*! markmap-cli v0.1.1 | MIT License */
'use strict';

@@ -3,0 +3,0 @@

{
"name": "markmap-cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Visualize your Markdown as mindmaps with Markmap",

@@ -5,0 +5,0 @@ "author": "Gerald <i@gerald.top>",

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