Socket
Socket
Sign inDemoInstall

@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.4.2 to 3.5.0

4

./dist/cjs/src/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getMSCAUpgradeToData = exports.getMAInitializationData = exports.getDefaultMultiOwnerModularAccountFactoryAddress = exports.buildSessionKeysToRemoveStruct = exports.SessionKeySigner = exports.SessionKeyPluginExecutionFunctionAbi = exports.SessionKeyPluginAbi = exports.SessionKeyPlugin = exports.SessionKeyPermissionsBuilder = exports.SessionKeyAccessListType = exports.sessionKeyPluginActions = exports.MultiOwnerPluginExecutionFunctionAbi = exports.MultiOwnerPluginAbi = exports.MultiOwnerPlugin = exports.multiOwnerPluginActions = exports.pluginManagerActions = exports.createMultiOwnerModularAccountClient = exports.standardExecutor = exports.createMultiOwnerModularAccount = exports.accountLoupeActions = exports.UpgradeableModularAccountAbi = exports.MultiOwnerModularAccountFactoryAbi = exports.IStandardExecutorAbi = exports.IPluginManagerAbi = exports.IPluginAbi = exports.IAccountLoupeAbi = exports.getDefaultNaniAccountFactoryAddress = exports.transferNaniAccountOwnership = exports.createNaniAccount = exports.getLightAccountVersion = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountVersions = exports.LightAccountUnsupported1271Impls = exports.LightAccountUnsupported1271Factories = exports.lightAccountClientActions = exports.createLightAccountClient = exports.transferLightAccountOwnership = exports.createLightAccount = void 0;
exports.getMSCAUpgradeToData = exports.getMAInitializationData = exports.getDefaultMultiOwnerModularAccountFactoryAddress = exports.buildSessionKeysToRemoveStruct = exports.SessionKeySigner = exports.SessionKeyPluginExecutionFunctionAbi = exports.SessionKeyPluginAbi = exports.SessionKeyPlugin = exports.SessionKeyPermissionsBuilder = exports.SessionKeyAccessListType = exports.sessionKeyPluginActions = exports.MultiOwnerPluginExecutionFunctionAbi = exports.MultiOwnerPluginAbi = exports.MultiOwnerPlugin = exports.multiOwnerPluginActions = exports.installPlugin = exports.pluginManagerActions = exports.createMultiOwnerModularAccountClient = exports.standardExecutor = exports.createMultiOwnerModularAccount = exports.accountLoupeActions = exports.UpgradeableModularAccountAbi = exports.MultiOwnerModularAccountFactoryAbi = exports.IStandardExecutorAbi = exports.IPluginManagerAbi = exports.IPluginAbi = exports.IAccountLoupeAbi = exports.getDefaultNaniAccountFactoryAddress = exports.transferNaniAccountOwnership = exports.createNaniAccount = exports.getLightAccountVersion = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountVersions = exports.LightAccountUnsupported1271Impls = exports.LightAccountUnsupported1271Factories = exports.lightAccountClientActions = exports.createLightAccountClient = exports.transferLightAccountOwnership = exports.createLightAccount = void 0;
var account_js_1 = require("./light-account/account.js");

@@ -46,2 +46,4 @@ Object.defineProperty(exports, "createLightAccount", { enumerable: true, get: function () { return account_js_1.createLightAccount; } });

Object.defineProperty(exports, "pluginManagerActions", { enumerable: true, get: function () { return decorator_js_3.pluginManagerActions; } });
var installPlugin_js_1 = require("./msca/plugin-manager/installPlugin.js");
Object.defineProperty(exports, "installPlugin", { enumerable: true, get: function () { return installPlugin_js_1.installPlugin; } });
var index_js_1 = require("./msca/plugins/multi-owner/index.js");

@@ -48,0 +50,0 @@ Object.defineProperty(exports, "multiOwnerPluginActions", { enumerable: true, get: function () { return index_js_1.multiOwnerPluginActions; } });

@@ -51,3 +51,6 @@ "use strict";

}`
: "";
: (0, dedent_1.default) `{
overrides,
account = client.account
}`;
const argsEncodeString = n.inputs.length > 0 ? "args," : "";

@@ -54,0 +57,0 @@ providerFunctionDefs.push((0, dedent_1.default) `

@@ -20,2 +20,3 @@ export type * from "./light-account/account.js";

export { accountLoupeActions } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export type * from "./msca/account/multiOwnerAccount.js";

@@ -27,2 +28,3 @@ export { createMultiOwnerModularAccount } from "./msca/account/multiOwnerAccount.js";

export { pluginManagerActions } from "./msca/plugin-manager/decorator.js";
export { installPlugin } from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugins/multi-owner/index.js";

@@ -29,0 +31,0 @@ export { multiOwnerPluginActions } from "./msca/plugins/multi-owner/index.js";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getMSCAUpgradeToData = exports.getMAInitializationData = exports.getDefaultMultiOwnerModularAccountFactoryAddress = exports.buildSessionKeysToRemoveStruct = exports.SessionKeySigner = exports.SessionKeyPluginExecutionFunctionAbi = exports.SessionKeyPluginAbi = exports.SessionKeyPlugin = exports.SessionKeyPermissionsBuilder = exports.SessionKeyAccessListType = exports.sessionKeyPluginActions = exports.MultiOwnerPluginExecutionFunctionAbi = exports.MultiOwnerPluginAbi = exports.MultiOwnerPlugin = exports.multiOwnerPluginActions = exports.pluginManagerActions = exports.createMultiOwnerModularAccountClient = exports.standardExecutor = exports.createMultiOwnerModularAccount = exports.accountLoupeActions = exports.UpgradeableModularAccountAbi = exports.MultiOwnerModularAccountFactoryAbi = exports.IStandardExecutorAbi = exports.IPluginManagerAbi = exports.IPluginAbi = exports.IAccountLoupeAbi = exports.getDefaultNaniAccountFactoryAddress = exports.transferNaniAccountOwnership = exports.createNaniAccount = exports.getLightAccountVersion = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountVersions = exports.LightAccountUnsupported1271Impls = exports.LightAccountUnsupported1271Factories = exports.lightAccountClientActions = exports.createLightAccountClient = exports.transferLightAccountOwnership = exports.createLightAccount = void 0;
exports.getMSCAUpgradeToData = exports.getMAInitializationData = exports.getDefaultMultiOwnerModularAccountFactoryAddress = exports.buildSessionKeysToRemoveStruct = exports.SessionKeySigner = exports.SessionKeyPluginExecutionFunctionAbi = exports.SessionKeyPluginAbi = exports.SessionKeyPlugin = exports.SessionKeyPermissionsBuilder = exports.SessionKeyAccessListType = exports.sessionKeyPluginActions = exports.MultiOwnerPluginExecutionFunctionAbi = exports.MultiOwnerPluginAbi = exports.MultiOwnerPlugin = exports.multiOwnerPluginActions = exports.installPlugin = exports.pluginManagerActions = exports.createMultiOwnerModularAccountClient = exports.standardExecutor = exports.createMultiOwnerModularAccount = exports.accountLoupeActions = exports.UpgradeableModularAccountAbi = exports.MultiOwnerModularAccountFactoryAbi = exports.IStandardExecutorAbi = exports.IPluginManagerAbi = exports.IPluginAbi = exports.IAccountLoupeAbi = exports.getDefaultNaniAccountFactoryAddress = exports.transferNaniAccountOwnership = exports.createNaniAccount = exports.getLightAccountVersion = exports.getDefaultLightAccountFactoryAddress = exports.LightAccountVersions = exports.LightAccountUnsupported1271Impls = exports.LightAccountUnsupported1271Factories = exports.lightAccountClientActions = exports.createLightAccountClient = exports.transferLightAccountOwnership = exports.createLightAccount = void 0;
var account_js_1 = require("./light-account/account.js");

@@ -46,2 +46,4 @@ Object.defineProperty(exports, "createLightAccount", { enumerable: true, get: function () { return account_js_1.createLightAccount; } });

Object.defineProperty(exports, "pluginManagerActions", { enumerable: true, get: function () { return decorator_js_3.pluginManagerActions; } });
var installPlugin_js_1 = require("./msca/plugin-manager/installPlugin.js");
Object.defineProperty(exports, "installPlugin", { enumerable: true, get: function () { return installPlugin_js_1.installPlugin; } });
var index_js_1 = require("./msca/plugins/multi-owner/index.js");

@@ -48,0 +50,0 @@ Object.defineProperty(exports, "multiOwnerPluginActions", { enumerable: true, get: function () { return index_js_1.multiOwnerPluginActions; } });

@@ -45,3 +45,6 @@ import { asyncPipe } from "@alchemy/aa-core";

}`
: "";
: dedent `{
overrides,
account = client.account
}`;
const argsEncodeString = n.inputs.length > 0 ? "args," : "";

@@ -48,0 +51,0 @@ providerFunctionDefs.push(dedent `

@@ -20,2 +20,3 @@ export type * from "./light-account/account.js";

export { accountLoupeActions } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export type * from "./msca/account/multiOwnerAccount.js";

@@ -27,2 +28,3 @@ export { createMultiOwnerModularAccount } from "./msca/account/multiOwnerAccount.js";

export { pluginManagerActions } from "./msca/plugin-manager/decorator.js";
export { installPlugin } from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugins/multi-owner/index.js";

@@ -29,0 +31,0 @@ export { multiOwnerPluginActions } from "./msca/plugins/multi-owner/index.js";

@@ -20,2 +20,3 @@ export { createLightAccount } from "./light-account/account.js";

export { pluginManagerActions } from "./msca/plugin-manager/decorator.js";
export { installPlugin } from "./msca/plugin-manager/installPlugin.js";
export { multiOwnerPluginActions } from "./msca/plugins/multi-owner/index.js";

@@ -22,0 +23,0 @@ export { MultiOwnerPlugin, MultiOwnerPluginAbi, MultiOwnerPluginExecutionFunctionAbi, } from "./msca/plugins/multi-owner/plugin.js";

@@ -20,2 +20,3 @@ export type * from "./light-account/account.js";

export { accountLoupeActions } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export type * from "./msca/account/multiOwnerAccount.js";

@@ -27,2 +28,3 @@ export { createMultiOwnerModularAccount } from "./msca/account/multiOwnerAccount.js";

export { pluginManagerActions } from "./msca/plugin-manager/decorator.js";
export { installPlugin } from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugins/multi-owner/index.js";

@@ -29,0 +31,0 @@ export { multiOwnerPluginActions } from "./msca/plugins/multi-owner/index.js";

{
"name": "@alchemy/aa-accounts",
"version": "3.4.2",
"version": "3.5.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": "62c2248bdc950a276c7d06243bb1aa46fc37ede2",
"gitHead": "c5e75187e00290785c33cba432b62372fd8450c3",
"dependencies": {
"@alchemy/aa-core": "^3.4.2",
"viem": "^2.7.8"
"@alchemy/aa-core": "^3.5.0",
"viem": "2.7.9"
}
}

@@ -50,3 +50,6 @@ import { asyncPipe } from "@alchemy/aa-core";

}`
: "";
: dedent`{
overrides,
account = client.account
}`;
const argsEncodeString = n.inputs.length > 0 ? "args," : "";

@@ -53,0 +56,0 @@

@@ -102,2 +102,4 @@ import { kebabCase } from "change-case";

deps.forEach((x) => {
// TODO: after plugingen becomes its own cli tool package, this should be changed to
// `addImport("@alchemy/aa-accounts", { name: x.name });`
addImport(

@@ -114,2 +116,4 @@ `../${kebabCase(x.name.replaceAll(/[pP]lugin/g, ""))}/plugin.js`,

addImport("viem", { name: "encodeAbiParameters" });
// TODO: after plugingen becomes its own cli tool package, this should be changed to
// `addImport("@alchemy/aa-accounts", { name: "installPlugin as installPlugin_" });`
addImport("../../plugin-manager/installPlugin.js", {

@@ -122,2 +126,4 @@ name: "installPlugin as installPlugin_",

});
// TODO: after plugingen becomes its own cli tool package, this should be changed to
// `addImport("@alchemy/aa-accounts", { name: "FunctionReference", isType: true });`
addImport("../../account-loupe/types.js", {

@@ -124,0 +130,0 @@ name: "FunctionReference",

@@ -35,2 +35,3 @@ // Add you exports here, make sure to export types separately from impls and use the `type` keyword when exporting them

export { accountLoupeActions } from "./msca/account-loupe/decorator.js";
export type * from "./msca/account-loupe/types.js";
export type * from "./msca/account/multiOwnerAccount.js";

@@ -42,2 +43,3 @@ export { createMultiOwnerModularAccount } from "./msca/account/multiOwnerAccount.js";

export { pluginManagerActions } from "./msca/plugin-manager/decorator.js";
export { installPlugin } from "./msca/plugin-manager/installPlugin.js";
export type * from "./msca/plugins/multi-owner/index.js";

@@ -44,0 +46,0 @@ export { multiOwnerPluginActions } from "./msca/plugins/multi-owner/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 not supported yet

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

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