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

@uniswap/client-embeddedwallet

Package Overview
Dependencies
Maintainers
2
Versions
11
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.11 to 0.0.12

23

dist/uniswap/embeddedwallet/v1/service_pb.d.ts
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
import { Message, proto3 } from "@bufbuild/protobuf";
/**
* @generated from enum uniswap.embeddedwallet.v1.AuthenticatorAttachment
*/
export declare enum AuthenticatorAttachment {
/**
* @generated from enum value: AUTHENTICATOR_ATTACHMENT_UNSPECIFIED = 0;
*/
AUTHENTICATOR_ATTACHMENT_UNSPECIFIED = 0,
/**
* @generated from enum value: PLATFORM = 1;
*/
PLATFORM = 1,
/**
* @generated from enum value: CROSS_PLATFORM = 2;
*/
CROSS_PLATFORM = 2
}
/**
* Authentication types determins the form of the challenge

@@ -111,7 +94,7 @@ *

/**
* to enable limit the passkey pop to previously signed in passkey.
* json formated optional field to customize the challenge for some authentication types.
*
* @generated from field: optional uniswap.embeddedwallet.v1.AuthenticatorAttachment authenticator_attachment = 5;
* @generated from field: optional string options = 5;
*/
authenticatorAttachment?: AuthenticatorAttachment;
options?: string;
constructor(data?: PartialMessage<ChallengeRequest>);

@@ -118,0 +101,0 @@ static readonly runtime: typeof proto3;

@@ -7,26 +7,2 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts"

/**
* @generated from enum uniswap.embeddedwallet.v1.AuthenticatorAttachment
*/
export var AuthenticatorAttachment;
(function (AuthenticatorAttachment) {
/**
* @generated from enum value: AUTHENTICATOR_ATTACHMENT_UNSPECIFIED = 0;
*/
AuthenticatorAttachment[AuthenticatorAttachment["AUTHENTICATOR_ATTACHMENT_UNSPECIFIED"] = 0] = "AUTHENTICATOR_ATTACHMENT_UNSPECIFIED";
/**
* @generated from enum value: PLATFORM = 1;
*/
AuthenticatorAttachment[AuthenticatorAttachment["PLATFORM"] = 1] = "PLATFORM";
/**
* @generated from enum value: CROSS_PLATFORM = 2;
*/
AuthenticatorAttachment[AuthenticatorAttachment["CROSS_PLATFORM"] = 2] = "CROSS_PLATFORM";
})(AuthenticatorAttachment || (AuthenticatorAttachment = {}));
// Retrieve enum metadata with: proto3.getEnumType(AuthenticatorAttachment)
proto3.util.setEnumType(AuthenticatorAttachment, "uniswap.embeddedwallet.v1.AuthenticatorAttachment", [
{ no: 0, name: "AUTHENTICATOR_ATTACHMENT_UNSPECIFIED" },
{ no: 1, name: "PLATFORM" },
{ no: 2, name: "CROSS_PLATFORM" },
]);
/**
* Authentication types determins the form of the challenge

@@ -154,3 +130,3 @@ *

{ no: 4, name: "credential_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
{ no: 5, name: "authenticator_attachment", kind: "enum", T: proto3.getEnumType(AuthenticatorAttachment), opt: true },
{ no: 5, name: "options", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
]);

@@ -157,0 +133,0 @@ /**

2

package.json
{
"name": "@uniswap/client-embeddedwallet",
"version": "0.0.11",
"version": "0.0.12",
"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