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

grpc-inspect

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpc-inspect - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

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

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