Socket
Socket
Sign inDemoInstall

@alchemy/aa-accounts

Package Overview
Dependencies
17
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.4.0

2

dist/cjs/src/msca/plugin-manager/decorator.d.ts

@@ -5,2 +5,4 @@ import type { SendUserOperationResult, SmartContractAccount } from "@alchemy/aa-core";

import { type UninstallPluginParams } from "./uninstallPlugin.js";
export { type InstallPluginParams } from "./installPlugin.js";
export { type UninstallPluginParams } from "./uninstallPlugin.js";
export type PluginManagerActions<TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = {

@@ -7,0 +9,0 @@ installPlugin: (params: InstallPluginParams<TAccount>) => Promise<SendUserOperationResult>;

@@ -5,2 +5,4 @@ import type { SendUserOperationResult, SmartContractAccount } from "@alchemy/aa-core";

import { type UninstallPluginParams } from "./uninstallPlugin.js";
export { type InstallPluginParams } from "./installPlugin.js";
export { type UninstallPluginParams } from "./uninstallPlugin.js";
export type PluginManagerActions<TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = {

@@ -7,0 +9,0 @@ installPlugin: (params: InstallPluginParams<TAccount>) => Promise<SendUserOperationResult>;

import { installPlugin } from "./installPlugin.js";
import { uninstallPlugin, } from "./uninstallPlugin.js";
export {} from "./installPlugin.js";
export {} from "./uninstallPlugin.js";
export const pluginManagerActions = (client) => ({

@@ -4,0 +6,0 @@ installPlugin: async (params) => installPlugin(client, params),

@@ -5,2 +5,4 @@ import type { SendUserOperationResult, SmartContractAccount } from "@alchemy/aa-core";

import { type UninstallPluginParams } from "./uninstallPlugin.js";
export { type InstallPluginParams } from "./installPlugin.js";
export { type UninstallPluginParams } from "./uninstallPlugin.js";
export type PluginManagerActions<TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = {

@@ -7,0 +9,0 @@ installPlugin: (params: InstallPluginParams<TAccount>) => Promise<SendUserOperationResult>;

6

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

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

"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "b8e2cf6986b091e338e35ff49c85371e9ae12a94",
"gitHead": "231e33985aa8f428789fe6708255b3782ce5a5a3",
"dependencies": {
"@alchemy/aa-core": "^3.2.1",
"@alchemy/aa-core": "^3.4.0",
"viem": "^2.7.8"
}
}

@@ -12,2 +12,5 @@ import type {

export { type InstallPluginParams } from "./installPlugin.js";
export { type UninstallPluginParams } from "./uninstallPlugin.js";
export type PluginManagerActions<

@@ -14,0 +17,0 @@ TAccount extends SmartContractAccount | undefined =

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc