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.4.0 to 0.5.0

10

CHANGELOG.md

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

<!-- version:0.5.0 -->
## 0.5.0 (2024-11-25)
[Compare changes](https://github.com/Wroud/foundation/compare/di-tools-analyzer-v0.4.0...di-tools-analyzer-v0.5.0)
<!-- changelog -->
### ✨ Features
- improve performance ([03afb24](https://github.com/Wroud/foundation/commit/03afb24))
<!-- version:0.4.0 -->

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

2

lib/loadImplementation.js

@@ -7,5 +7,5 @@ import { resolveGeneratorAsync } from "@wroud/di/helpers/resolveGeneratorAsync.js";

return null;
}, descriptor, new Set(), "async"));
}, descriptor, null, { next: null, value: null }, "async"));
return deps;
}
//# sourceMappingURL=loadImplementation.js.map
{
"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.4.0",
"version": "0.5.0",
"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