Socket
Socket
Sign inDemoInstall

vue-mermaid

Package Overview
Dependencies
50
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.13 to 0.0.14

dist/vue-mermaid.esm.js

11

package.json
{
"name": "vue-mermaid",
"description": "flowchart of mermaid with vue componet",
"version": "0.0.13",
"main": "dist/vue-mermaid.js",
"version": "0.0.14",
"main": "dist/vue-mermaid.umd.js",
"module": "dist/vue-mermaid.esm.js",
"unpkg": "dist/vue-mermaid.min.js",
"author": "mark_tun <yuguang.liu@foxmail.com>",

@@ -22,3 +24,6 @@ "contributors": [

"scripts": {
"build": "rollup -c"
"build": "npm run build:umd & npm run build:es & npm run build:unpkg",
"build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-mermaid.umd.js",
"build:es": "rollup --config rollup.config.js --format es --file dist/vue-mermaid.esm.js",
"build:unpkg": "rollup --config rollup.config.js --format iife --file dist/vue-mermaid.min.js"
},

@@ -25,0 +30,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc