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

markmap-cli

Package Overview
Dependencies
Maintainers
1
Versions
125
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.4.5 to 0.4.6

19

package.json
{
"name": "markmap-cli",
"version": "0.4.5",
"version": "0.4.6",
"description": "Create markmaps from CLI",

@@ -26,9 +26,10 @@ "author": "Gerald <gera2ld@live.com>",

"dev": "rollup -wc rollup.conf.js",
"clean": "del dist",
"clean": "del-cli dist",
"prebuild": "run-s ci clean",
"prepublishOnly": "run-s build",
"ci": "run-s lint",
"lint": "eslint --ext .ts .",
"build:types": "tsc",
"build:js": "rollup -c rollup.conf.js",
"prebuild": "npm run ci && npm run clean",
"prepublishOnly": "npm run build",
"ci": "npm run lint",
"lint": "eslint --ext .ts .",
"build": "tsc && npm run build:js"
"build": "run-s build:types build:js"
},

@@ -47,3 +48,3 @@ "bugs": {

"@babel/runtime": "^7.11.2",
"markmap-lib": "^0.11.2"
"markmap-lib": "^0.11.3"
},

@@ -60,3 +61,3 @@ "dependencies": {

},
"gitHead": "cb2ed0a25207e2617bb8b4d3735d61d4b5392560"
"gitHead": "efdba06cf8ff88739cafc02e2b324aee91340abc"
}

@@ -0,0 +0,0 @@ export declare function develop(options: {

@@ -0,0 +0,0 @@ import type { IMarkmapCreateOptions } from 'markmap-lib';

Sorry, the diff of this file is too big to display

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