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

@teespring/user-identity-service-proto

Package Overview
Dependencies
Maintainers
100
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

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
100
Weekly downloads
 
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 19 Jun 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

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