Comparing version 1.0.2 to 1.0.3
{ | ||
"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 | ||
``` | ||
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
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
50439
11
322
0
4
1