New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.10 to 0.0.11

uml-sprinkler

15

package.json
{
"name": "ts2uml",
"version": "0.0.10",
"version": "0.0.11",
"description": "typescript workflow to uml sequence",

@@ -8,4 +8,5 @@ "main": "index.js",

"scripts": {
"build": "tsc && terser -c -m -o ./dist/index.min.js -- ./dist/index.js && cp ./package.json ./README.md ./dist ",
"test": "jest"
"build": "tsc && terser -c -m -o ./dist/index.min.js -- ./dist/index.js && cp ./package.json ./src/uml-sprinkler* ./README.md ./dist ",
"test": "jest",
"uml-sprinkler": "uml-sprinkler src/test"
},

@@ -19,5 +20,7 @@ "keywords": [

"devDependencies": {
"terser": "^5.31.0"
}
"@types/node": "^20.12.12",
"terser": "^5.31.0",
"ts2uml": "^0.0.10"
},
"postinstall": "cp ./node_modules/ts2uml/uml-sprinkler* ./node_modules/.bin "
}
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