@mermaid-js/mermaid-mindmap
Advanced tools
Comparing version 9.2.1 to 9.2.2-rc1
@@ -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; |
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2
11729958
22
88582
2