@knowark/injectarkjs
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -16,2 +16,3 @@ export class Builder { | ||
for (const property of Object.getOwnPropertyNames(prototype)) { | ||
if (property === 'constructor') continue | ||
factory[property] = prototype[property] | ||
@@ -18,0 +19,0 @@ } |
{ | ||
"name": "@knowark/injectarkjs", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "Dependency Injector for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22717
622