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 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

generated/useridentityservice/v1/useridentityservice_pb.d.ts

@@ -83,4 +83,4 @@ // package: useridentityservice.v1

getUserId(): number;
setUserId(value: number): void;
getId(): number;
setId(value: number): void;

@@ -103,3 +103,3 @@ getMessage(): string;

success?: google_protobuf_wrappers_pb.BoolValue.AsObject,
userId: number,
id: number,
message: string,

@@ -106,0 +106,0 @@ }

@@ -654,3 +654,3 @@ // source: useridentityservice/v1/useridentityservice.proto

success: (f = msg.getSuccess()) && google_protobuf_wrappers_pb.BoolValue.toObject(includeInstance, f),
userId: jspb.Message.getFieldWithDefault(msg, 2, 0),
id: jspb.Message.getFieldWithDefault(msg, 2, 0),
message: jspb.Message.getFieldWithDefault(msg, 3, "")

@@ -700,3 +700,3 @@ };

var value = /** @type {number} */ (reader.readInt32());
msg.setUserId(value);
msg.setId(value);
break;

@@ -744,3 +744,3 @@ case 3:

}
f = message.getUserId();
f = message.getId();
if (f !== 0) {

@@ -800,6 +800,6 @@ writer.writeInt32(

/**
* optional int32 user_id = 2;
* optional int32 id = 2;
* @return {number}
*/
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.getUserId = function() {
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.getId = function() {
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));

@@ -813,3 +813,3 @@ };

*/
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.setUserId = function(value) {
proto.useridentityservice.v1.CreateUserIdentityResponse.prototype.setId = function(value) {
return jspb.Message.setProto3IntField(this, 2, value);

@@ -816,0 +816,0 @@ };

{
"name": "@teespring/user-identity-service-proto",
"version": "0.0.2",
"version": "0.0.3",
"description": "User/Identity Service proto files and generated code",

@@ -5,0 +5,0 @@ "main": "index.ts",

Sorry, the diff of this file is not supported yet

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