New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@river-build/proto

Package Overview
Dependencies
Maintainers
0
Versions
167
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.56 to 0.0.57

4

dist/gen/payloads_pb.d.ts

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

bio: string;
/**
* @generated from field: optional uint64 updated_at_epoch_ms = 2;
*/
updatedAtEpochMs?: bigint;
constructor(data?: PartialMessage<UserBio>);

@@ -802,0 +806,0 @@ static readonly runtime: typeof proto3;

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

bio = "";
/**
* @generated from field: optional uint64 updated_at_epoch_ms = 2;
*/
updatedAtEpochMs;
constructor(data) {

@@ -1117,2 +1121,3 @@ super();

{ no: 1, name: "bio", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "updated_at_epoch_ms", kind: "scalar", T: 4 /* ScalarType.UINT64 */, opt: true },
]);

@@ -1119,0 +1124,0 @@ static fromBinary(bytes, options) {

6

package.json
{
"name": "@river-build/proto",
"version": "0.0.56",
"version": "0.0.57",
"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.56",
"@river-build/proto-source": "^0.0.57",
"@types/jest": "^29.5.3",

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

],
"gitHead": "284f37b74f2e351eb81319d00780a267d9897817"
"gitHead": "eac9707b9f4170984311f8e6725d320125f367cf"
}

Sorry, the diff of this file is not supported yet

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