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 1.0.2 to 1.0.3

.istanbul.yml

11

package.json
{
"name": "tplant",
"version": "1.0.2",
"version": "1.0.3",
"description": "Typescript to plantuml",

@@ -10,5 +10,10 @@ "main": "index.js",

},
"devDependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"commander": "^2.9.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "istanbul cover _mocha"
},

@@ -15,0 +20,0 @@ "repository": {

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

```
node index.ts sample/Class.ts
./bin/tplant.js -i sample/SubClass.ts
```
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