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

ts2uml

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts2uml - npm Package Compare versions

Comparing version 0.0.19 to 0.0.21

.ts2uml/flowchart_R12.md

13

package.json
{
"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"
}
}
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