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

@textile/users-grpc

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/users-grpc - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

12

api/usersd/pb/usersd_pb.d.ts

@@ -495,6 +495,11 @@ // package: api.usersd.pb

export class GetUsageResponse extends jspb.Message {
hasCustomer(): boolean;
clearCustomer(): void;
getCustomer(): api_billingd_pb_billingd_pb.GetCustomerResponse | undefined;
setCustomer(value?: api_billingd_pb_billingd_pb.GetCustomerResponse): void;
hasUsage(): boolean;
clearUsage(): void;
getUsage(): api_billingd_pb_billingd_pb.GetCustomerResponse | undefined;
setUsage(value?: api_billingd_pb_billingd_pb.GetCustomerResponse): void;
getUsage(): api_billingd_pb_billingd_pb.GetCustomerUsageResponse | undefined;
setUsage(value?: api_billingd_pb_billingd_pb.GetCustomerUsageResponse): void;

@@ -513,5 +518,6 @@ serializeBinary(): Uint8Array;

export type AsObject = {
usage?: api_billingd_pb_billingd_pb.GetCustomerResponse.AsObject,
customer?: api_billingd_pb_billingd_pb.GetCustomerResponse.AsObject,
usage?: api_billingd_pb_billingd_pb.GetCustomerUsageResponse.AsObject,
}
}
{
"name": "@textile/users-grpc",
"version": "2.1.4",
"version": "2.1.5",
"description": "A client for interacting with the Textile Users gRPC API.",

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

Sorry, the diff of this file is too big to display

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