Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@teespring/user-identity-service-proto

Package Overview
Dependencies
Maintainers
55
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teespring/user-identity-service-proto

User/Identity Service proto files and generated code

latest
Source
npmnpm
Version
0.8.0
Version published
Maintainers
55
Created
Source

user-identity-service Proto Files

This NPM package contains manually and automatically generated proto files for the current project. The proto files can be found in the ./proto directory, and the automatically generated files are stored in the ./generated directory.

Installation

To install this package, run the following command:

npm install user-identity-service

Usage

To use this package, you can import the proto files and use them in your project:

const protoFile = require('user-identity-service/.proto/example/v#/example.proto');

Alternatively, you can use the automatically generated client and server files in your project:

const { ExampleServiceClient } = require('user-identity-service/generated/example/v#/example_grpc_pb');
const { ExampleRequest } = require('user-identity-service/generated/example/v#/example_pb');

FAQs

Package last updated on 09 Aug 2023

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