Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hawkly-grpc

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hawkly-grpc - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

5

CHANGELOG.md

@@ -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)

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc