🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

diject

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diject - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+5
-0
dist/index.d.ts

@@ -113,2 +113,7 @@ declare class AlsToken<T = any> {

private resolveToken;
/**
* Follow alias entries until a non-alias entry is found.
* Guards against alias cycles by tracking visited tokens.
*/
private followAlias;
get<T>(token: string): T;

@@ -115,0 +120,0 @@ get<T>(token: symbol): T;

+1
-1
{
"name": "diject",
"version": "0.1.4",
"version": "0.1.5",
"description": "Lightweight TypeScript DI container with decorators, scopes, metadata queries, and AsyncLocalStorage support.",

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

Sorry, the diff of this file is too big to display