🎩 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.3
to
0.1.4
+4
-0
dist/index.mjs

@@ -953,2 +953,6 @@ var __defProp = Object.defineProperty;

if (typeof value === "object") {
const proto = Object.getPrototypeOf(value);
const isPlainObject = proto === Object.prototype || proto === null;
if (!isPlainObject)
return value;
const keys = Object.keys(value);

@@ -955,0 +959,0 @@ if (keys.length === 0)

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

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