Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-plantuml

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-plantuml - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

lib/jar-executor.js

1

lib/node-plantuml.js

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

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