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.9.0 to 3.10.0

4

dist/cjs/types.d.ts

@@ -1,4 +0,4 @@

import { type BundlerClient, type EntryPointVersion, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core";
import { type BundlerClient, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core";
import type { Chain, Transport } from "viem";
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount<EntryPointVersion> | undefined = SmartContractAccount<EntryPointVersion> | undefined> = {
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = {
account?: TAccount;

@@ -5,0 +5,0 @@ } & ({

@@ -1,4 +0,4 @@

import { type BundlerClient, type EntryPointVersion, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core";
import { type BundlerClient, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core";
import type { Chain, Transport } from "viem";
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount<EntryPointVersion> | undefined = SmartContractAccount<EntryPointVersion> | undefined> = {
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = {
account?: TAccount;

@@ -5,0 +5,0 @@ } & ({

@@ -1,4 +0,4 @@

import { type BundlerClient, type EntryPointVersion, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core";
import { type BundlerClient, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core";
import type { Chain, Transport } from "viem";
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount<EntryPointVersion> | undefined = SmartContractAccount<EntryPointVersion> | undefined> = {
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = {
account?: TAccount;

@@ -5,0 +5,0 @@ } & ({

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

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

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

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

},
"gitHead": "823f89dc5e3c1f133196be6398255a77f87dcc87"
"gitHead": "d48f92d8bf6d794bf9020d36c11026b416ddc404"
}
import {
type BundlerClient,
type EntryPointVersion,
type SmartAccountClient,

@@ -12,4 +11,4 @@ type SmartContractAccount,

TChain extends Chain = Chain,
TAccount extends SmartContractAccount<EntryPointVersion> | undefined =
| SmartContractAccount<EntryPointVersion>
TAccount extends SmartContractAccount | undefined =
| SmartContractAccount
| undefined

@@ -16,0 +15,0 @@ > = {

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