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

ts2uml

Package Overview
Dependencies
Maintainers
0
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.49 to 0.0.50

2

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

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

@@ -132,3 +132,3 @@ "use strict";

// print me proper error message with method name and arguments and stack trace
console.error(requestId + `: Error in ${current.className}.${current.method} with arguments ${JSON.stringify(args)} and the stack trace ${e.stack}`);
console.error(requestId + `: Error in ${current.className}.${current.method} with arguments ${JSON.stringify(args)}`);
}

@@ -135,0 +135,0 @@ throw e;

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