Socket
Socket
Sign inDemoInstall

mermaid

Package Overview
Dependencies
Maintainers
2
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mermaid - npm Package Compare versions

Comparing version 7.0.18 to 7.1.0

25

package.json
{
"name": "mermaid",
"version": "7.0.18",
"version": "7.1.0",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",

@@ -15,5 +15,2 @@ "main": "dist/mermaid.core.js",

],
"bin": {
"mermaid": "./bin/mermaid.js"
},
"scripts": {

@@ -26,3 +23,2 @@ "build": "node -r babel-register ./node_modules/.bin/webpack --progress --colors",

"karma": "node -r babel-register node_modules/.bin/karma start karma.conf.js --single-run",
"jest": "jest --coverage --runInBand",
"test": "yarn lint && yarn karma",

@@ -45,3 +41,2 @@ "jison": "node -r babel-register node_modules/.bin/gulp jison",

"dependencies": {
"chalk": "^2.1.0",
"d3": "3.5.17",

@@ -52,10 +47,5 @@ "dagre-d3-renderer": "^0.4.24",

"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"semver": "^5.4.1",
"which": "^1.3.0"
"moment": "^2.18.1"
},
"devDependencies": {
"async": "^2.5.0",
"babel-core": "^6.26.0",

@@ -66,3 +56,2 @@ "babel-loader": "^7.1.2",

"babel-preset-es2015": "^6.24.1",
"clone": "^2.1.1",
"codeclimate-test-reporter": "^0.5.0",

@@ -78,3 +67,2 @@ "css-loader": "^0.28.7",

"jasmine-es6": "^0.4.1",
"jest": "^21.0.2",
"jison": "^0.4.18",

@@ -88,5 +76,3 @@ "karma": "^1.7.1",

"less-loader": "^4.0.5",
"phantomjs-prebuilt": "^2.1.15",
"puppeteer": "^0.10.2",
"rimraf": "^2.6.2",
"standard": "^10.0.3",

@@ -98,10 +84,5 @@ "style-loader": "^0.18.2",

"files": [
"bin",
"dist",
"lib",
"src"
],
"jest": {
"testRegex": "test/cli_test-.+?\\.js"
}
]
}

22

README.md

@@ -7,3 +7,3 @@ # mermaid

![](./img/header.png)
![banner](./img/header.png)

@@ -146,3 +146,3 @@ Generation of diagrams and flowcharts from text in a similar manner as markdown.

Example: https://unpkg.com/mermaid@7.0.4/dist/
Example: https://unpkg.com/mermaid@7.1.0/dist/

@@ -156,11 +156,14 @@ ### Node.js

## Further reading
## Documentation
* [Usage](https://mermaidjs.github.io/usage.html)
* [Flowchart syntax](https://mermaidjs.github.io/flowchart.html)
* [Sequence diagram syntax](https://mermaidjs.github.io/sequenceDiagram.html)
* [Mermaid CLI](https://mermaidjs.github.io/mermaidCLI.html)
* [Demos](https://mermaidjs.github.io/demos.html)
https://mermaidjs.github.io
## Sibling projects
- [mermaid CLI](https://github.com/mermaidjs/mermaid.cli)
- [mermaid live editor](https://github.com/mermaidjs/mermaid-live-editor)
- [mermaid webpack demo](https://github.com/mermaidjs/mermaid-webpack-demo)
# Request for assistance

@@ -176,3 +179,2 @@

Together we could continue the work with things like:
* port the code to es6
* adding more typers of diagrams like mindmaps, ert digrams etc

@@ -221,2 +223,4 @@ * improving existing diagrams

For those who have the permission to do so:
Update version number in `package.json`.

@@ -223,0 +227,0 @@

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

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

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