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

@alchemy/aa-ethers

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemy/aa-ethers - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0

2

dist/cjs/account-signer.d.ts

@@ -11,3 +11,3 @@ import { type BatchUserOperationCallData, type BundlerClient, type GetEntryPointFromAccount, type SmartContractAccount, type UserOperationCallData, type UserOperationOverrides } from "@alchemy/aa-core";

sendUserOperation: (args: UserOperationCallData | BatchUserOperationCallData, overrides?: UserOperationOverrides<TEntryPointVersion>) => Promise<import("@alchemy/aa-core").SendUserOperationResult<keyof import("@alchemy/aa-core").EntryPointRegistryBase<unknown>>>;
waitForUserOperationTransaction: (args: import("viem").WaitForTransactionReceiptParameters) => Promise<`0x${string}`>;
waitForUserOperationTransaction: (args: import("@alchemy/aa-core").WaitForUserOperationTxParameters) => Promise<`0x${string}`>;
constructor(provider: EthersProviderAdapter, account: TAccount);

@@ -14,0 +14,0 @@ getAddress(): Promise<string>;

@@ -11,3 +11,3 @@ import { type BatchUserOperationCallData, type BundlerClient, type GetEntryPointFromAccount, type SmartContractAccount, type UserOperationCallData, type UserOperationOverrides } from "@alchemy/aa-core";

sendUserOperation: (args: UserOperationCallData | BatchUserOperationCallData, overrides?: UserOperationOverrides<TEntryPointVersion>) => Promise<import("@alchemy/aa-core").SendUserOperationResult<keyof import("@alchemy/aa-core").EntryPointRegistryBase<unknown>>>;
waitForUserOperationTransaction: (args: import("viem").WaitForTransactionReceiptParameters) => Promise<`0x${string}`>;
waitForUserOperationTransaction: (args: import("@alchemy/aa-core").WaitForUserOperationTxParameters) => Promise<`0x${string}`>;
constructor(provider: EthersProviderAdapter, account: TAccount);

@@ -14,0 +14,0 @@ getAddress(): Promise<string>;

@@ -11,3 +11,3 @@ import { type BatchUserOperationCallData, type BundlerClient, type GetEntryPointFromAccount, type SmartContractAccount, type UserOperationCallData, type UserOperationOverrides } from "@alchemy/aa-core";

sendUserOperation: (args: UserOperationCallData | BatchUserOperationCallData, overrides?: UserOperationOverrides<TEntryPointVersion>) => Promise<import("@alchemy/aa-core").SendUserOperationResult<keyof import("@alchemy/aa-core").EntryPointRegistryBase<unknown>>>;
waitForUserOperationTransaction: (args: import("viem").WaitForTransactionReceiptParameters) => Promise<`0x${string}`>;
waitForUserOperationTransaction: (args: import("@alchemy/aa-core").WaitForUserOperationTxParameters) => Promise<`0x${string}`>;
constructor(provider: EthersProviderAdapter, account: TAccount);

@@ -14,0 +14,0 @@ getAddress(): Promise<string>;

{
"name": "@alchemy/aa-ethers",
"license": "MIT",
"version": "3.10.0",
"version": "3.11.0",
"description": "Ethers.js wrapper for @alchemy/aa-core",

@@ -52,3 +52,3 @@ "author": "Alchemy",

"dependencies": {
"@alchemy/aa-core": "^3.10.0",
"@alchemy/aa-core": "^3.11.0",
"@ethersproject/abi": "^5.7.0",

@@ -74,3 +74,3 @@ "@ethersproject/abstract-signer": "^5.7.0",

},
"gitHead": "d48f92d8bf6d794bf9020d36c11026b416ddc404"
"gitHead": "fd8fbfb70453e6e16e6566f334dafcb22371cba7"
}

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