Socket
Socket
Sign inDemoInstall

node-plantuml-latest

Package Overview
Dependencies
4
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

6

History.md
1.2.1 / 2019-08-13
==================
**fixes**
* [[`67cdb61`](http://github.com/yuque/node-plantuml/commit/67cdb61f981c494bf7725b7df7ab553dad53d90c)] - fix: err with argv (dead-horse <<dead_horse@qq.com>>)
1.2.0 / 2019-03-22

@@ -3,0 +9,0 @@ ==================

4

lib/plantuml-executor.js

@@ -78,3 +78,5 @@ 'use strict'

}
callback && callback(new Error('generate plantuml timeout after 60s'), null)
var err = new Error('generate plantuml timeout after 60s')
err.argv = argv
callback && callback(err, null)
callback = null

@@ -81,0 +83,0 @@ }, 60000)

{
"name": "node-plantuml-latest",
"version": "1.2.0",
"version": "1.2.1",
"plantumlVersion": "1.2019.3",

@@ -5,0 +5,0 @@ "description": "A Node.js module and CLI for running PlantUML",

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