Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alchemy/aa-accounts

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemy/aa-accounts - npm Package Compare versions

Comparing version 3.14.1 to 3.16.0

6

package.json
{
"name": "@alchemy/aa-accounts",
"version": "3.14.1",
"version": "3.16.0",
"description": "A collection of ERC-4337 compliant smart contract account interfaces",

@@ -75,5 +75,5 @@ "author": "Alchemy",

"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "ee5cb37a55822cc0ea432ec2a6e5041c0183fcbb",
"gitHead": "8be19c73212b931135cef4e8737677e0bb86e358",
"dependencies": {
"@alchemy/aa-core": "^3.12.3",
"@alchemy/aa-core": "^3.16.0",
"viem": "2.8.6"

@@ -80,0 +80,0 @@ },

@@ -50,2 +50,5 @@ import { encodeFunctionData, type Address, type Hex } from "viem";

export type GasSpendLimit = {
// The amount, in wei, of native tokens that a session key can spend on gas.
// Note that this is not the same as the gas limit for a user operation, which is measured in units of gas.
// This tracks gas units * gas price.
spendLimit: bigint;

@@ -52,0 +55,0 @@ // The time interval over which the spend limit is enforced. If unset, there is no time

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