Comparing version 0.0.19 to 0.0.21
{ | ||
"name": "ts2uml", | ||
"version": "0.0.19", | ||
"version": "0.0.21", | ||
"description": "typescript workflow to uml sequence", | ||
@@ -8,6 +8,6 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "tsc && terser -c -m -o ./dist/index.min.js -- ./dist/index.js && cp ./package.json ./src/uml-sprinkler* ./README.md ./dist ", | ||
"comment": "post-build is a custom script", | ||
"build": "tsc && post-build", | ||
"test": "jest", | ||
"uml-sprinkler": "uml-sprinkler src/test", | ||
"postinstall": "node post-install" | ||
"uml-sprinkler": "uml-sprinkler src/test" | ||
}, | ||
@@ -21,5 +21,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/node": "^20.12.12", | ||
"terser": "^5.31.0" | ||
} | ||
"@types/node": "^20.12.12" | ||
} | ||
} |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
37547
1
25
540
69
0
1
1