Socket
Socket
Sign inDemoInstall

@ocap/types

Package Overview
Dependencies
1
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.18.96 to 1.18.97

8

lib/state_pb.d.ts

@@ -355,2 +355,8 @@ // package: ocap

clearOpsMap(): void;
getFrom(): string;
setFrom(value: string): void;
getTo(): string;
setTo(value: string): void;
hasContext(): boolean;

@@ -379,2 +385,4 @@ clearContext(): void;

opsMap: Array<[string, TDelegateOpState]>,
from: string,
to: string,
context?: type_pb.TStateContext,

@@ -381,0 +389,0 @@ data?: google_protobuf_any_pb.Any,

@@ -121,2 +121,22 @@ // package: ocap

export class DelegationFilter extends jspb.Message {
clearDelegationsList(): void;
getDelegationsList(): Array<string>;
setDelegationsList(value: Array<string>): void;
addDelegations(value: string, index?: number): string;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): TDelegationFilter;
static toObject(includeInstance: boolean, msg: DelegationFilter): TDelegationFilter;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: DelegationFilter, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): DelegationFilter;
static deserializeBinaryFromReader(message: DelegationFilter, reader: jspb.BinaryReader): DelegationFilter;
}
export type TDelegationFilter = {
delegations: Array<string>,
}
export class TokenFilter extends jspb.Message {

@@ -123,0 +143,0 @@ clearTokensList(): void;

4

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

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

},
"gitHead": "aa29013a8114a39db09e0e787ab1e1bd94fcb453"
"gitHead": "691aabefd37f53b6fbcf771ce130f09197f0b268"
}

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