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

@river-build/proto

Package Overview
Dependencies
Maintainers
0
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@river-build/proto - npm Package Compare versions

Comparing version 0.0.50 to 0.0.51

17

dist/gen/payloads_pb.d.ts

@@ -792,2 +792,19 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";

}
/**
* @generated from message river.UserBio
*/
export declare class UserBio extends Message<UserBio> {
/**
* @generated from field: string bio = 1;
*/
bio: string;
constructor(data?: PartialMessage<UserBio>);
static readonly runtime: typeof proto3;
static readonly typeName = "river.UserBio";
static readonly fields: FieldList;
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UserBio;
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UserBio;
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UserBio;
static equals(a: UserBio | PlainMessage<UserBio> | undefined, b: UserBio | PlainMessage<UserBio> | undefined): boolean;
}
//# sourceMappingURL=payloads_pb.d.ts.map

@@ -1100,2 +1100,32 @@ // @generated by protoc-gen-es v1.9.0 with parameter "target=ts"

}
/**
* @generated from message river.UserBio
*/
export class UserBio extends Message {
/**
* @generated from field: string bio = 1;
*/
bio = "";
constructor(data) {
super();
proto3.util.initPartial(data, this);
}
static runtime = proto3;
static typeName = "river.UserBio";
static fields = proto3.util.newFieldList(() => [
{ no: 1, name: "bio", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);
static fromBinary(bytes, options) {
return new UserBio().fromBinary(bytes, options);
}
static fromJson(jsonValue, options) {
return new UserBio().fromJson(jsonValue, options);
}
static fromJsonString(jsonString, options) {
return new UserBio().fromJsonString(jsonString, options);
}
static equals(a, b) {
return proto3.util.equals(UserBio, a, b);
}
}
//# sourceMappingURL=payloads_pb.js.map

6

package.json
{
"name": "@river-build/proto",
"version": "0.0.50",
"version": "0.0.51",
"packageManager": "yarn@3.8.0",

@@ -30,3 +30,3 @@ "type": "module",

"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@river-build/proto-source": "^0.0.50",
"@river-build/proto-source": "^0.0.51",
"@types/jest": "^29.5.3",

@@ -44,3 +44,3 @@ "@types/node": "^20.5.0",

],
"gitHead": "d47f525afba888bcf99a272c5b5aeeba3bf5ccd2"
"gitHead": "e52fd669323072414f1224a1e8b6123082e59274"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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