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

grpcmkr-cli

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grpcmkr-cli - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

package.json
{
"name": "grpcmkr-cli",
"version": "1.1.6",
"version": "1.1.7",
"description": "Grpc CLI for developers",

@@ -5,0 +5,0 @@ "scripts": {

@@ -33,6 +33,11 @@ <p align="center">

### 3) Path of your ".proto" file
- Then where you are positioned in your terminal, you must pass the path of where the .proto file is. Example: `../example/path/hello.proto`
Then where you are positioned in your terminal, you must pass the path of where the .proto file is. Example: `./example/path/hello.proto`
```
|__examplpe
|__path
|__hello.proto
```
### 4) Name of new project
-Finally, you must give a name to your new project. Example: `my-new-grpc-project`
Finally, you must give a name to your new project. Example: `my-new-grpc-project`
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