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

markmap-toolbar

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-toolbar - npm Package Compare versions

Comparing version 0.14.4 to 0.15.0-alpha.0

dist/index.js

26

package.json
{
"name": "markmap-toolbar",
"version": "0.14.4",
"version": "0.15.0-alpha.0",
"description": "Extensible toolbar for markmap",

@@ -13,6 +13,6 @@ "author": "Gerald <gera2ld@live.com>",

},
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.min.js",
"jsdelivr": "dist/index.umd.min.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"files": [

@@ -26,5 +26,17 @@ "dist",

},
"homepage": "https://github.com/markmap/markmap/packages/markmap-toolbar#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/markmap/markmap.git"
},
"bugs": {
"url": "https://github.com/markmap/markmap/issues"
},
"typings": "types/index.d.ts",
"peerDependencies": {
"markmap-common": "*"
},
"devDependencies": {
"markmap-view": "^0.14.4"
"markmap-common": "0.15.0-alpha.0",
"markmap-view": "0.15.0-alpha.0"
},

@@ -35,3 +47,3 @@ "dependencies": {

},
"gitHead": "8eb2fa223ab85d1a7699d2c9660fdb5fac24acd1"
"gitHead": "cea14d4791b8483481a99baa5d256017f52f267c"
}

@@ -26,5 +26,4 @@ import { VChildren } from '@gera2ld/jsx-dom';

attach(mm: Markmap): void;
handleRecurse(active: boolean, reset: () => void): void;
render(): Node;
}
export {};

Sorry, the diff of this file is not supported yet

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