grpc-server-js
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -131,3 +131,3 @@ 'use strict'; | ||
if (err) { | ||
if (metadata) { | ||
if (metadata && !err.hasOwnProperty('metadata')) { | ||
err.metadata = metadata; | ||
@@ -134,0 +134,0 @@ } |
{ | ||
"name": "grpc-server-js", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Pure JavaScript gRPC Server", | ||
@@ -32,3 +32,3 @@ "author": "Colin J. Ihrig <cjihrig@gmail.com> (http://www.cjihrig.com/)", | ||
"cb-barrier": "1.x.x", | ||
"@hapi/lab": "21.x.x" | ||
"@hapi/lab": "22.x.x" | ||
}, | ||
@@ -35,0 +35,0 @@ "keywords": [ |
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
45220