grpc-ts-health-check
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "grpc-ts-health-check", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "An implementation of gRPC health checks, written in typescript.", | ||
@@ -30,16 +30,16 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"google-protobuf": "~3.10.0", | ||
"grpc-boom": "~1.0.26" | ||
"google-protobuf": "^3.11.3", | ||
"grpc-boom": "^1.0.27" | ||
}, | ||
"devDependencies": { | ||
"@types/google-protobuf": "~3.7.2", | ||
"@types/node": "~12.12.11", | ||
"grpc": "~1.24.2", | ||
"npm-check-updates": "~3.2.1", | ||
"prettier": "~1.19.1", | ||
"protobufjs": "~6.8.8", | ||
"ts-node": "~8.5.2", | ||
"tslint": "~5.20.1", | ||
"typescript": "~3.7.2" | ||
"@types/google-protobuf": "^3.7.2", | ||
"@types/node": "^13.7.0", | ||
"grpc": "^1.24.2", | ||
"npm-check-updates": "^4.0.1", | ||
"prettier": "^1.19.1", | ||
"protobufjs": "^6.8.8", | ||
"ts-node": "^8.6.2", | ||
"tslint": "^6.0.0", | ||
"typescript": "^3.7.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
28943
+ Addedgoogle-protobuf@3.21.4(transitive)
- Removedgoogle-protobuf@3.10.0(transitive)
Updatedgoogle-protobuf@^3.11.3
Updatedgrpc-boom@^1.0.27