grpc-inspect
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "grpc-inspect", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "gRPC protocol buffer inspection utility", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"ava": "^0.17.0", | ||
"babel-eslint": "^7.1.1", | ||
@@ -36,0 +36,0 @@ "jsdoc-to-markdown": "^2.0.1", |
@@ -1,2 +0,2 @@ | ||
# grpcutil | ||
# grpc-inspect | ||
@@ -8,3 +8,3 @@ gRPC Protocol Buffer utility module that generates a descriptor object representing a | ||
`npm install grpcutil` | ||
`npm install grpc-inspect` | ||
@@ -45,5 +45,5 @@ ## Overview | ||
```js | ||
const grpcutil = require('grpcutil') | ||
const gi = require('grpc-inspect') | ||
const pbpath = path.resolve(__dirname, './route_guide.proto') | ||
const d = grpcutil(pbpath) | ||
const d = gi(pbpath) | ||
console.dir(d) | ||
@@ -50,0 +50,0 @@ ``` |
Sorry, the diff of this file is not supported yet
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