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

@lit-protocol/types

Package Overview
Dependencies
Maintainers
5
Versions
389
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/types - npm Package Compare versions

Comparing version 2.1.105 to 2.1.106

2

package.json
{
"name": "@lit-protocol/types",
"version": "2.1.105",
"version": "2.1.106",
"type": "commonjs",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -286,3 +286,3 @@ import { SupportedJsonRequests } from './types';

*/
saveEncryptionKey(params: JsonSaveEncryptionKeyRequest): Promise<Uint8Array>;
saveEncryptionKey(params: JsonSaveEncryptionKeyRequest): Promise<Uint8Array | undefined>;
/**

@@ -289,0 +289,0 @@ *

@@ -543,28 +543,1 @@ /** ---------- Access Control Conditions Interfaces ---------- */

export declare type AuthenticatorAttachment = 'cross-platform' | 'platform';
/**
* ========== PKP ==========
*/
export interface PKPBaseProp {
pkpPubKey: string;
rpc: string;
controllerAuthSig?: JsonAuthSig;
controllerSessionSigs?: string;
litNetwork?: any;
debug?: boolean;
litActionCode?: string;
litActionIPFS?: string;
litActionJsParams?: any;
}
export interface PKPEthersWalletProp extends PKPBaseProp {
}
export interface PKPCosmosWalletProp extends PKPBaseProp {
addressPrefix: string | 'cosmos';
}
export interface PKPClientProp extends PKPBaseProp {
cosmosAddressPrefix?: string | 'cosmos';
}
export interface PKPBaseDefaultParams {
toSign: Uint8Array;
publicKey: Uint8Array;
sigName: string;
}
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