Socket
Socket
Sign inDemoInstall

@lit-protocol/types

Package Overview
Dependencies
Maintainers
7
Versions
372
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 6.5.3 to 6.6.0

src/lib/interfaces/session-sigs.d.ts

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "6.5.3",
"version": "6.6.0",
"dependencies": {

@@ -29,0 +29,0 @@ "@ethersproject/abstract-provider": "5.7.0",

@@ -6,1 +6,2 @@ export * from './lib/types';

export * from './lib/node-interfaces/node-interfaces';
export * from './lib/interfaces/session-sigs';

@@ -9,2 +9,3 @@ "use strict";

tslib_1.__exportStar(require("./lib/node-interfaces/node-interfaces"), exports);
tslib_1.__exportStar(require("./lib/interfaces/session-sigs"), exports);
//# sourceMappingURL=index.js.map

@@ -371,3 +371,3 @@ import { Provider } from '@ethersproject/abstract-provider';

*/
sessionSigs: any;
sessionSigs: SessionSigsMap;
/**

@@ -374,0 +374,0 @@ * auth methods to resolve

import { SiweMessage } from 'siwe';
import { AuthSig } from './interfaces';
export declare type PlainJSON = boolean | number | string | {

@@ -107,6 +106,2 @@ [key: string]: PlainJSON;

addAllCapabilitiesForResource(litResource: ILitResource): void;
/**
* The AuthSig they insert would own a rate limit nft and can put restrictions on how it * can be used.
*/
addRateLimitAuthSig(authSig: AuthSig): Promise<void>;
}

@@ -113,0 +108,0 @@ export interface ILitResource {

Sorry, the diff of this file is not supported yet

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