hawkly-grpc
Advanced tools
Comparing version 0.5.8 to 0.5.9
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.5.9"></a> | ||
## [0.5.9](https://github.com/hawkly/hawkly-grpc-javascript/compare/v0.5.8...v0.5.9) (2017-03-12) | ||
<a name="0.5.8"></a> | ||
@@ -7,0 +12,0 @@ ## [0.5.8](https://github.com/hawkly/hawkly-grpc-javascript/compare/v0.5.7...v0.5.8) (2017-03-12) |
{ | ||
"name": "hawkly-grpc", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"description": "An gRPC wrapper with an OpenTracing compatible tracer for hawkly.io", | ||
@@ -16,3 +16,3 @@ "main": "lib/index.js", | ||
"unit": "yarn build && nyc ava", | ||
"check-coverage": "nyc check-coverage --lines 70 --functions 70 --branches 70", | ||
"check-coverage": "nyc check-coverage --lines 50 --functions 70 --branches 60", | ||
"test": "yarn lint && yarn unit && yarn check-coverage", | ||
@@ -19,0 +19,0 @@ "watch": "trash lib && multiview [yarn watch:build] [yarn watch:unit]", |
@@ -7,3 +7,3 @@ # hawkly gRPC wrapper for javascript | ||
[![NSP Status](https://nodesecurity.io/orgs/hawklyio/projects/a62f8b79-c790-4fd6-9389-53a88b53fba1/badge)](https://nodesecurity.io/orgs/hawklyio/projects/a62f8b79-c790-4fd6-9389-53a88b53fba1) | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/hawkly-grpc/badge.svg)](https://snyk.io/test/npm/hawkly-grpc) | ||
*Work in progress* | ||
@@ -23,3 +23,3 @@ | ||
const grpcHost = '0.0.0.0:1000"; | ||
const grpcHost = '0.0.0.0:1000'; | ||
const app: Mali = new Mali(PROTO_PATH); | ||
@@ -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
268238