Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@pretendonetwork/grpc

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pretendonetwork/grpc

[![NPM Version](https://img.shields.io/npm/v/%40pretendonetwork%2Fgrpc)](https://www.npmjs.com/package/@pretendonetwork/grpc)

latest
Source
npmnpm
Version
2.5.2
Version published
Weekly downloads
766
224.58%
Maintainers
2
Weekly downloads
 
Created
Source

gRPC Protobufs

NPM Version

gRPC protobuf definitions for Pretendo micro-services

Structure

Each folder contains the protobuf definitions for the server intended on receiving the requests. Meaning, for example, account contains protobuf files intended for requests to the account server

Install Language Bindings

To install

  • Go: github.com/PretendoNetwork/grpc/go - go get github.com/PretendoNetwork/grpc/go
  • JavaScript: @pretendnetwork/grpc - npm i @pretendonetwork/grpc

Build

  • Install the protobuf compiler (protoc) from here (Use the pre-compiled binaries, the protoc package in the package manager is outdated)
  • Install go
  • Run npm i to install the JS dependencies needed for building
  • Run npm run install:go to install the Go dependencies
  • Run npm run build

FAQs

Package last updated on 20 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts