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.3 to 7.0.4

54

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

@@ -49,3 +49,3 @@ "main": "src/mermaid.js",

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

@@ -59,17 +59,17 @@ "dagre": "^0.7.4",

"moment": "^2.18.1",
"semver": "^5.3.0",
"which": "^1.2.14"
"semver": "^5.4.1",
"which": "^1.3.0"
},
"devDependencies": {
"async": "^2.4.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"async": "^2.5.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-preset-env": "^1.5.1",
"babel-preset-env": "^1.6.0",
"clone": "^2.1.1",
"codeclimate-test-reporter": "0.4.1",
"codeclimate-test-reporter": "0.5.0",
"css-loader": "^0.28.4",
"dox": "^0.9.0",
"event-stream": "^3.3.4",
"extract-text-webpack-plugin": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"front-matter": "^2.1.2",

@@ -88,7 +88,7 @@ "gulp": "~3.9.1",

"gulp-insert": "^0.5.0",
"gulp-istanbul": "^1.1.1",
"gulp-istanbul": "^1.1.2",
"gulp-jasmine": "~2.4.2",
"gulp-jasmine-browser": "^1.7.1",
"gulp-jasmine-browser": "^1.9.0",
"gulp-jison": "~1.2.0",
"gulp-less": "^3.3.0",
"gulp-less": "^3.3.2",
"gulp-livereload": "^3.8.1",

@@ -104,13 +104,13 @@ "gulp-marked": "^1.0.0",

"hogan.js": "^3.0.2",
"inject-loader": "^3.0.0",
"jasmine": "2.6.0",
"jasmine-es6": "0.4.0",
"inject-loader": "^3.0.1",
"jasmine": "2.7.0",
"jasmine-es6": "0.4.1",
"jison": "^0.4.17",
"jsdom": "^11.0.0",
"jsdom": "^11.1.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.3",
"karma-webpack": "^2.0.4",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"less-loader": "^4.0.5",
"live-server": "^1.2.0",

@@ -120,10 +120,10 @@ "map-stream": "0.0.7",

"mock-browser": "^0.92.14",
"npm-check-updates": "^2.11.2",
"phantomjs-prebuilt": "^2.1.14",
"require-dir": "^0.3.1",
"npm-check-updates": "^2.12.1",
"phantomjs-prebuilt": "^2.1.15",
"require-dir": "^0.3.2",
"rimraf": "^2.6.1",
"standard": "^10.0.2",
"style-loader": "^0.18.1",
"tape": "^4.6.3",
"webpack": "^2.6.1",
"standard": "^10.0.3",
"style-loader": "^0.18.2",
"tape": "^4.8.0",
"webpack": "^3.5.5",
"webpack-node-externals": "^1.6.0"

@@ -130,0 +130,0 @@ },

@@ -1,3 +0,4 @@

# mermaid [![Build Status](https://travis-ci.org/knsv/mermaid.svg?branch=master)](https://travis-ci.org/knsv/mermaid)
# mermaid
[![Build Status](https://travis-ci.org/knsv/mermaid.svg?branch=master)](https://travis-ci.org/knsv/mermaid)
[![Code Climate](https://codeclimate.com/github/knsv/mermaid/badges/gpa.svg)](https://codeclimate.com/github/knsv/mermaid)

@@ -120,2 +121,6 @@ [![Join the chat at https://gitter.im/knsv/mermaid](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/knsv/mermaid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Replace `<version>` with expected version number.
Example: https://unpkg.com/mermaid@7.0.4/dist/
### Node.js

@@ -127,12 +132,10 @@

Replace `<version>` with expected version number.
## Further reading
* [Usage](http://knsv.github.io/mermaid/#usage)
* [Flowchart syntax](http://knsv.github.io/mermaid/#flowcharts-basic-syntax)
* [Sequence diagram syntax](http://knsv.github.io/mermaid/#sequence-diagrams)
* [Mermaid client](http://knsv.github.io/mermaid/#mermaid-cli)
* [Demos](http://knsv.github.io/mermaid/#demos)
* [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)

@@ -151,4 +154,2 @@

* port the code to es6
* improved support for webpack
* modernizing the build
* adding more typers of diagrams like mindmaps, ert digrams etc

@@ -199,9 +200,11 @@ * improving existing diagrams

## Distribtion
## Release
yarn dist
Update version number in `package.json`.
Command above generates files into the `dist` folder, then you can publish them to npmjs.org.
npm publish
Command above generates files into the `dist` folder and publishes them to npmjs.org.
# Credits

@@ -215,2 +218,4 @@

Knut has not done all work by him self, here is the full list of the projects [contributors](https://github.com/knsv/mermaid/graphs/contributors).
*[Tyler Long](https://github.com/tylerlong) has became a collaborator since April 2017.*
Here is the full list of the projects [contributors](https://github.com/knsv/mermaid/graphs/contributors).

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 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

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

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