New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wroud/di-tools-analyzer

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wroud/di-tools-analyzer - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

10

CHANGELOG.md

@@ -6,2 +6,12 @@ <!-- header -->

<!-- version:0.3.1 -->
## 0.3.1 (2024-11-19)
[Compare changes](https://github.com/Wroud/foundation/compare/di-tools-analyzer-v0.3.0...di-tools-analyzer-v0.3.1)
<!-- changelog -->
### 🩹 Fixes
- add space for node labels ([b078a0e](https://github.com/Wroud/foundation/commit/b078a0e))
<!-- version:0.3.0 -->

@@ -8,0 +18,0 @@ ## 0.3.0 (2024-11-18)

2

lib/chart/createNodes.js

@@ -96,3 +96,3 @@ import * as d3 from "d3";

.attr("x", 0)
.attr("dy", i === 0 ? -16 : `-${lineHeight}em`);
.attr("dy", i === 0 ? -Layout.node.radius * 6 : `-${lineHeight}em`);
});

@@ -99,0 +99,0 @@ });

{
"name": "@wroud/di-tools-analyzer",
"description": "DI Tools Analyzer is a tool that helps you to analyze the dependency injection tools in your project and generate a report for them.",
"version": "0.3.0",
"version": "0.3.1",
"packageManager": "yarn@4.5.0",

@@ -6,0 +6,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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