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

abstractionkit

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstractionkit - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

9

dist/account/Safe/SafeAccount.d.ts
import { SmartAccount } from "../SmartAccount";
import { MetaTransaction, Operation, StateOverrideSet, BaseUserOperation, UserOperationV6, UserOperationV7 } from "../../types";
import { CreateBaseUserOperationOverrides, Signer, SignerSignaturePair, WebauthnSignatureData, SafeModuleExecutorFunctionSelector, WebAuthnSignatureOverrides, BaseInitOverrides } from "./types";
import { CreateBaseUserOperationOverrides, Signer, SignerSignaturePair, WebauthnSignatureData, SafeModuleExecutorFunctionSelector, WebAuthnSignatureOverrides, BaseInitOverrides, WebauthnPublicKey } from "./types";
import { SendUseroperationResponse } from "../SendUseroperationResponse";

@@ -129,3 +129,10 @@ export declare class SafeAccount extends SmartAccount {

isModuleEnabled(nodeRpcUrl: string, moduleAddress: string): Promise<boolean>;
static createDummySignerSignaturePairForExpectedSigners(expectedSigners: Signer[], webAuthnSignatureOverrides?: WebAuthnSignatureOverrides): SignerSignaturePair[];
static verifyWebAuthnSignatureForMessageHash(nodeRpcUrl: string, signer: WebauthnPublicKey, messageHash: string, signature: string, overrides?: {
eip7212WebAuthnPrecompileVerifier?: string;
eip7212WebAuthnContractVerifier?: string;
webAuthnSignerSingleton?: string;
}): Promise<boolean>;
private static createSafeWebAuthnSignerProxyDeployedByteCode;
}
//# sourceMappingURL=SafeAccount.d.ts.map

@@ -26,2 +26,3 @@ import type { GasOption, StateOverrideSet, PolygonChain } from "../../types";

polygonGasStation?: PolygonChain;
expectedSigners?: Signer[];
}

@@ -28,0 +29,0 @@ export interface CreateUserOperationV6Overrides extends CreateBaseUserOperationOverrides {

2

dist/utils.d.ts

@@ -19,5 +19,5 @@ import { AbiInputValue, UserOperationV6, JsonRpcParam, GasOption, JsonRpcResult, UserOperationV7 } from "./types";

};
export declare function sendEthCallRequest(nodeRpcUrl: string, ethCallTransaction: EthCallTransaction, blockNumber: string | bigint): Promise<string>;
export declare function sendEthCallRequest(nodeRpcUrl: string, ethCallTransaction: EthCallTransaction, blockNumber: string | bigint, stateOverrides?: object): Promise<string>;
export declare function sendEthGetCodeRequest(nodeRpcUrl: string, contractAddress: string, blockNumber: string | bigint): Promise<string>;
export {};
//# sourceMappingURL=utils.d.ts.map

@@ -7,3 +7,3 @@ {

},
"version": "0.2.4",
"version": "0.2.5",
"description": "Account Abstraction 4337 SDK by Candidelabs",

@@ -10,0 +10,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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