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

@uniswap/client-embeddedwallet

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/client-embeddedwallet - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

36

dist/uniswap/embeddedwallet/v1/service_pb.d.ts

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

/**
* Action determins what form of authentication type will be used. Session cookie should be limited to sign transactions only.
* Action determins what form of authentication type will/can be used. eg: session cookie & signed message as authentication type, should not be used for export seed phrase.
*

@@ -68,3 +68,7 @@ * @generated from enum uniswap.embeddedwallet.v1.Action

*/
REGISTER_NEW_AUTHENTICATION_TYPES = 8
REGISTER_NEW_AUTHENTICATION_TYPES = 8,
/**
* @generated from enum value: LIST_AUTHENTICATORS = 9;
*/
LIST_AUTHENTICATORS = 9
}

@@ -173,2 +177,6 @@ /**

credential: string;
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 2;
*/
type: AuthenticationTypes;
constructor(data?: PartialMessage<CreateWalletRequest>);

@@ -216,2 +224,6 @@ static readonly runtime: typeof proto3;

transactions: string[];
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
type: AuthenticationTypes;
constructor(data?: PartialMessage<SignTransactionsRequest>);

@@ -255,2 +267,6 @@ static readonly runtime: typeof proto3;

messages: string[];
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
type: AuthenticationTypes;
constructor(data?: PartialMessage<SignMessagesRequest>);

@@ -290,2 +306,6 @@ static readonly runtime: typeof proto3;

credential: string;
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 2;
*/
type: AuthenticationTypes;
constructor(data?: PartialMessage<WalletSigninRequest>);

@@ -331,2 +351,6 @@ static readonly runtime: typeof proto3;

b64EncryptionPublicKey: string;
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
type: AuthenticationTypes;
constructor(data?: PartialMessage<ExportSeedPhraseRequest>);

@@ -370,2 +394,6 @@ static readonly runtime: typeof proto3;

typedDataBatch: string[];
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
type: AuthenticationTypes;
constructor(data?: PartialMessage<SignTypedDataBatchRequest>);

@@ -525,2 +553,6 @@ static readonly runtime: typeof proto3;

credential: string;
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 2;
*/
type: AuthenticationTypes;
constructor(data?: PartialMessage<ListAuthenticatorsRequest>);

@@ -527,0 +559,0 @@ static readonly runtime: typeof proto3;

@@ -38,3 +38,3 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts"

/**
* Action determins what form of authentication type will be used. Session cookie should be limited to sign transactions only.
* Action determins what form of authentication type will/can be used. eg: session cookie & signed message as authentication type, should not be used for export seed phrase.
*

@@ -81,2 +81,6 @@ * @generated from enum uniswap.embeddedwallet.v1.Action

Action[Action["REGISTER_NEW_AUTHENTICATION_TYPES"] = 8] = "REGISTER_NEW_AUTHENTICATION_TYPES";
/**
* @generated from enum value: LIST_AUTHENTICATORS = 9;
*/
Action[Action["LIST_AUTHENTICATORS"] = 9] = "LIST_AUTHENTICATORS";
})(Action || (Action = {}));

@@ -94,2 +98,3 @@ // Retrieve enum metadata with: proto3.getEnumType(Action)

{ no: 8, name: "REGISTER_NEW_AUTHENTICATION_TYPES" },
{ no: 9, name: "LIST_AUTHENTICATORS" },
]);

@@ -239,2 +244,6 @@ /**

this.credential = "";
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 2;
*/
this.type = AuthenticationTypes.AUTHENTICATION_TYPE_UNSPECIFIED;
proto3.util.initPartial(data, this);

@@ -259,2 +268,3 @@ }

{ no: 1, name: "credential", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "type", kind: "enum", T: proto3.getEnumType(AuthenticationTypes) },
]);

@@ -306,2 +316,6 @@ /**

this.transactions = [];
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
this.type = AuthenticationTypes.AUTHENTICATION_TYPE_UNSPECIFIED;
proto3.util.initPartial(data, this);

@@ -327,2 +341,3 @@ }

{ no: 2, name: "transactions", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 3, name: "type", kind: "enum", T: proto3.getEnumType(AuthenticationTypes) },
]);

@@ -373,2 +388,6 @@ /**

this.messages = [];
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
this.type = AuthenticationTypes.AUTHENTICATION_TYPE_UNSPECIFIED;
proto3.util.initPartial(data, this);

@@ -394,2 +413,3 @@ }

{ no: 2, name: "messages", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 3, name: "type", kind: "enum", T: proto3.getEnumType(AuthenticationTypes) },
]);

@@ -436,2 +456,6 @@ /**

this.credential = "";
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 2;
*/
this.type = AuthenticationTypes.AUTHENTICATION_TYPE_UNSPECIFIED;
proto3.util.initPartial(data, this);

@@ -456,2 +480,3 @@ }

{ no: 1, name: "credential", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "type", kind: "enum", T: proto3.getEnumType(AuthenticationTypes) },
]);

@@ -504,2 +529,6 @@ /**

this.b64EncryptionPublicKey = "";
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
this.type = AuthenticationTypes.AUTHENTICATION_TYPE_UNSPECIFIED;
proto3.util.initPartial(data, this);

@@ -525,2 +554,3 @@ }

{ no: 2, name: "b64_encryption_public_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 3, name: "type", kind: "enum", T: proto3.getEnumType(AuthenticationTypes) },
]);

@@ -571,2 +601,6 @@ /**

this.typedDataBatch = [];
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 3;
*/
this.type = AuthenticationTypes.AUTHENTICATION_TYPE_UNSPECIFIED;
proto3.util.initPartial(data, this);

@@ -592,2 +626,3 @@ }

{ no: 2, name: "typed_data_batch", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
{ no: 3, name: "type", kind: "enum", T: proto3.getEnumType(AuthenticationTypes) },
]);

@@ -830,2 +865,6 @@ /**

this.credential = "";
/**
* @generated from field: uniswap.embeddedwallet.v1.AuthenticationTypes type = 2;
*/
this.type = AuthenticationTypes.AUTHENTICATION_TYPE_UNSPECIFIED;
proto3.util.initPartial(data, this);

@@ -850,2 +889,3 @@ }

{ no: 1, name: "credential", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "type", kind: "enum", T: proto3.getEnumType(AuthenticationTypes) },
]);

@@ -852,0 +892,0 @@ /**

2

package.json
{
"name": "@uniswap/client-embeddedwallet",
"version": "0.0.13",
"version": "0.0.14",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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