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

@mermaid-js/mermaid-mindmap

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mermaid-js/mermaid-mindmap - npm Package Compare versions

Comparing version 9.2.1 to 9.2.2-rc1

20

dist/detector.d.ts

@@ -1,17 +0,3 @@

export declare const id = "mindmap";
export declare const detector: (txt: string) => boolean;
export declare const loadDiagram: () => Promise<{
id: string;
diagram: {
db: typeof import("./mindmapDb");
renderer: {
draw: (text: any, id: any, version: any, diagObj: any) => Promise<void>;
};
parser: any;
styles: (options: any) => string;
injectUtils: (_log: Record<import("./mermaidUtils").LogLevel, {
(...data: any[]): void;
(message?: any, ...optionalParams: any[]): void;
}>, _setLogLevel: any, _getConfig: any, _sanitizeText: any, _setupGraphViewbox: any) => void;
};
}>;
import type { ExternalDiagramDefinition } from 'mermaid';
declare const plugin: ExternalDiagramDefinition;
export default plugin;

12

package.json
{
"name": "@mermaid-js/mermaid-mindmap",
"version": "9.2.1",
"version": "9.2.2-rc1",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid-mindmap.core.mjs",
"module": "dist/mermaid-mindmap.core.mjs",
"module": "dist/mermaid-mindmap.esm.min.mjs",
"types": "dist/detector.d.ts",
"type": "module",
"exports": {
".": {
"require": "./dist/mermaid-mindmap.min.js",
"import": "./dist/mermaid-mindmap.core.mjs"
"import": "./dist/mermaid-mindmap.esm.min.mjs",
"types": "./dist/detector.d.ts"
},

@@ -74,2 +74,2 @@ "./*": "./*"

]
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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