@nestjs/core
Advanced tools
Comparing version 4.1.2 to 4.1.3
{ | ||
"name": "@nestjs/core", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@core)", | ||
@@ -5,0 +5,0 @@ "author": "Kamil Mysliwiec", |
@@ -23,3 +23,3 @@ "use strict"; | ||
storeModule(module, scope) { | ||
if (module.forwardRef) { | ||
if (module && module.forwardRef) { | ||
return this.container.addModule(module.forwardRef(), scope); | ||
@@ -26,0 +26,0 @@ } |
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
163182