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

tplant

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tplant - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

dist/convertToPlant.js

2

dist/index.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

commander_1.default
.version('2.0.0')
.version('2.0.1')
.usage('[options]')

@@ -15,0 +15,0 @@ .option('-i, --input [string]', 'input file')

{
"name": "tplant",
"version": "2.0.1",
"version": "2.0.2",
"description": "Typescript to PlantUML",
"keywords": [
"Class Diagram",
"plantuml",
"typescript",
"uml"
],
"homepage": "https://github.com/bafolts/tplant#readme",
"bugs": {
"url": "https://github.com/bafolts/tplant/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bafolts/tplant.git"
},
"license": "ISC",
"author": "Brian Folts",
"contributors": [
"Marcos V. Rubido <me@marcosvrs.com> (https://marcosvrs.com/)"
],
"files": [
"dist/*.js"
],
"main": "dist/index.js",

@@ -10,2 +32,11 @@ "types": "dist/index.d.ts",

},
"scripts": {
"build": "tsc",
"build:dev": "tsc --sourceMap -w",
"lint": "tslint -p .",
"lint:fix": "tslint -p . --fix",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"test": "npm run build && mocha"
},
"dependencies": {

@@ -18,29 +49,7 @@ "commander": "^2.19.0",

"@types/glob": "^7.1.1",
"@types/node": "^10.12.15",
"@types/node": "^10.12.18",
"mocha": "^5.2.0",
"tslint": "^5.11.0",
"tslint": "^5.12.1",
"tslint-microsoft-contrib": "^6.0.0"
},
"scripts": {
"build": "tsc",
"build:dev": "tsc --sourceMap -w",
"test": "tsc && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bafolts/tplant.git"
},
"keywords": [
"plantuml",
"typescript",
"uml",
"Class Diagram"
],
"author": "Brian Folts",
"contributors": ["Marcos V. Rubido <me@marcosvrs.com> (https://marcosvrs.com/)"],
"license": "ISC",
"bugs": {
"url": "https://github.com/bafolts/tplant/issues"
},
"homepage": "https://github.com/bafolts/tplant#readme"
}
}

@@ -9,3 +9,4 @@ # tplant

```
./bin/tplant.js -i sample/SubClass.ts
npm install --global tplant
tplant --input sample/Classes/Greeter.ts > sample/Classes/Greeter.puml
```

@@ -12,0 +13,0 @@

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