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

2

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

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

@@ -25,3 +25,2 @@ "use strict";

}
handlePackageJson();
}

@@ -32,5 +31,6 @@ catch (e) {

});
handlePackageJson();
function handlePackageJson() {
// Step 2: Define the path to the package.json file
const packageJsonPath = (0, path_1.join)(dest, 'package.json');
const packageJsonPath = (0, path_1.join)(__dirname, 'package.json');
// Step 3: Read the package.json file into a variable

@@ -37,0 +37,0 @@ if ((0, fs_1.existsSync)(packageJsonPath)) {

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