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

@lit-protocol/auth-helpers

Package Overview
Dependencies
Maintainers
0
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/auth-helpers - npm Package Compare versions

Comparing version 6.5.3 to 6.6.0

14

package.json

@@ -35,8 +35,8 @@ {

"util": "0.12.5",
"@lit-protocol/access-control-conditions": "6.5.3",
"@lit-protocol/constants": "6.5.3",
"@lit-protocol/logger": "6.5.3",
"@lit-protocol/misc": "6.5.3",
"@lit-protocol/types": "6.5.3",
"@lit-protocol/uint8arrays": "6.5.3"
"@lit-protocol/access-control-conditions": "6.6.0",
"@lit-protocol/constants": "6.6.0",
"@lit-protocol/logger": "6.6.0",
"@lit-protocol/misc": "6.6.0",
"@lit-protocol/types": "6.6.0",
"@lit-protocol/uint8arrays": "6.6.0"
},

@@ -51,4 +51,4 @@ "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b",

},
"version": "6.5.3",
"version": "6.6.0",
"main": "./src/index.js"
}

@@ -112,6 +112,2 @@ import { SiweMessage } from 'siwe';

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>;
}

@@ -118,0 +114,0 @@ export interface ILitResource {

import { SiweMessage } from 'siwe';
import { AttenuationsObject, CID as CIDString, ILitResource, ISessionCapabilityObject, LitAbility, PlainJSON } from '../models';
import { AuthSig } from '../models';
export declare class RecapSessionCapabilityObject implements ISessionCapabilityObject {
private _inner;
constructor(att?: AttenuationsObject, prf?: Array<CIDString> | Array<string>);
/**
* @deprecated - to be removed, as it's not used.
*/
addRateLimitAuthSig(authSig: AuthSig): Promise<void>;
static decode(encoded: string): RecapSessionCapabilityObject;

@@ -12,0 +7,0 @@ static extract(siwe: SiweMessage): RecapSessionCapabilityObject;

@@ -11,8 +11,2 @@ "use strict";

}
/**
* @deprecated - to be removed, as it's not used.
*/
async addRateLimitAuthSig(authSig) {
throw new Error('Not implemented yet. ');
}
static decode(encoded) {

@@ -19,0 +13,0 @@ const recap = siwe_recap_1.Recap.decode_urn(encoded);

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