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.1.3 to 1.1.4

7

History.md
1.1.4 / 2019-01-22
==================
**fixes**
* [[`74ddccf`](http://github.com/dead-horse/node-plantuml/commit/74ddccf4df9dec2804f82bdc7dfb83aa0cdafc20)] - fix: use node-nailgun-client-fix (dead-horse <<dead_horse@qq.com>>)
* [[`92ac84d`](http://github.com/dead-horse/node-plantuml/commit/92ac84d738d52d73651170584f1b1211004f2f3f)] - fix: reload nailgun set nailgunRunning to false (dead-horse <<dead_horse@qq.com>>)
1.1.3 / 2019-01-22

@@ -3,0 +10,0 @@ ==================

3

lib/plantuml-executor.js

@@ -6,3 +6,3 @@ 'use strict'

var nailgun = require('node-nailgun-server')
var ngClient = require('node-nailgun-client')
var ngClient = require('node-nailgun-client-fix')

@@ -75,2 +75,3 @@ var INCLUDED_PLANTUML_JAR = path.join(__dirname, '../vendor/plantuml.jar')

// reload nailgun server if timeout
nailgunRunning = false
nailgunServer.shutdown()

@@ -77,0 +78,0 @@ module.exports.useNailgun()

{
"name": "node-plantuml-latest",
"version": "1.1.3",
"version": "1.1.4",
"plantumlVersion": "1.2019.0",

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

"commander": "^2.8.1",
"node-nailgun-client": "^0.1.0",
"node-nailgun-client-fix": "^1.0.0",
"node-nailgun-server": "^0.1.4",

@@ -30,0 +30,0 @@ "plantuml-encoder": "^1.2.5"

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