grpc-ts-middleware
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "grpc-ts-middleware", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "gRPC pre-call and post-call middleware", | ||
@@ -28,10 +28,10 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@types/node": "~11.12.1", | ||
"grpc": "~1.19.0", | ||
"prettier": "~1.16.4", | ||
"@types/node": "~11.13.7", | ||
"grpc": "~1.20.0", | ||
"prettier": "~1.17.0", | ||
"protobufjs": "~6.8.8", | ||
"ts-node": "~8.0.3", | ||
"tslint": "~5.14.0", | ||
"typescript": "~3.3.4000" | ||
"ts-node": "~8.1.0", | ||
"tslint": "~5.16.0", | ||
"typescript": "~3.4.5" | ||
} | ||
} |
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
10127