Socket
Socket
Sign inDemoInstall

@ocap/types

Package Overview
Dependencies
1
Maintainers
3
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.18.121 to 1.18.122

4

lib/state_pb.d.ts

@@ -604,2 +604,5 @@ // package: ocap

getNonce(): string;
setNonce(value: string): void;
hasContext(): boolean;

@@ -637,2 +640,3 @@ clearContext(): void;

slashers: Array<string>,
nonce: string,
context?: type_pb.TStateContext,

@@ -639,0 +643,0 @@ data?: google_protobuf_any_pb.Any,

@@ -965,2 +965,5 @@ // package: ocap

getNonce(): string;
setNonce(value: string): void;
hasData(): boolean;

@@ -995,2 +998,3 @@ clearData(): void;

slashers: Array<string>,
nonce: string,
data?: google_protobuf_any_pb.Any,

@@ -997,0 +1001,0 @@ }

4

package.json
{
"name": "@ocap/types",
"version": "1.18.121",
"version": "1.18.122",
"description": "Typescript definitions generated from protobuf",

@@ -42,3 +42,3 @@ "keywords": [

},
"gitHead": "eaf67cc724b5642ad29c441fac3891186013e27c"
"gitHead": "1d522587088f88d0b6f710e89fa18d5d7acbd61f"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc