@grpc/proto-loader
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -576,4 +576,4 @@ #!/usr/bin/env node | ||
} | ||
else if (isNamespaceBase(nested) && !(nested instanceof Protobuf.Type) && !(nested instanceof Protobuf.Enum)) { | ||
return containsDefinition(definitionType, nested); | ||
else if (isNamespaceBase(nested) && !(nested instanceof Protobuf.Type) && !(nested instanceof Protobuf.Enum) && containsDefinition(definitionType, nested)) { | ||
return true; | ||
} | ||
@@ -580,0 +580,0 @@ } |
{ | ||
"name": "@grpc/proto-loader", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"author": "Google Inc.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
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
71283