node-plantuml
Advanced tools
Comparing version 0.6.2 to 0.7.0
@@ -9,3 +9,2 @@ 'use strict' | ||
var plantumlEncoder = require('plantuml-encoder') | ||
var Buffer = require('safe-buffer').Buffer | ||
@@ -12,0 +11,0 @@ var DECODE = '-decodeurl' |
{ | ||
"name": "node-plantuml", | ||
"version": "0.6.2", | ||
"plantumlVersion": "1.2018.2", | ||
"version": "0.7.0", | ||
"plantumlVersion": "1.2018.9", | ||
"description": "A Node.js module and CLI for running PlantUML", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": ">= 4.x" | ||
"node": ">= 6.x" | ||
}, | ||
@@ -27,9 +27,8 @@ "keywords": [ | ||
"chai": "^3.2.0", | ||
"mocha": "^2.3.1", | ||
"safe-buffer": "^5.1.2", | ||
"mocha": "^5.x", | ||
"shelljs": "^0.5.3", | ||
"standard": "^5.0.2" | ||
"standard": "^11.x" | ||
}, | ||
"scripts": { | ||
"postinstall": "node scripts/get-plantuml-jar.js", | ||
"prepublish": "node scripts/get-plantuml-jar.js", | ||
"test": "standard && node test/fixtures/prepare.js && mocha", | ||
@@ -36,0 +35,0 @@ "build": "node nail/build.js" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
4
0
6
1
7120490
456