Socket
Socket
Sign inDemoInstall

@alchemy/aa-core

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-core - npm Package Compare versions

Comparing version 3.12.3 to 3.16.0

4

dist/cjs/actions/smartAccount/dropAndReplaceUserOperation.js

@@ -25,3 +25,3 @@ "use strict";

callData: uoToDrop.callData,
signature: uoToDrop.signature,
signature: await account.getDummySignature(),
}

@@ -40,3 +40,3 @@ : {

callData: uoToDrop.callData,
signature: uoToDrop.signature,
signature: await account.getDummySignature(),
});

@@ -43,0 +43,0 @@ const { maxFeePerGas, maxPriorityFeePerGas } = await (0, runMiddlewareStack_js_1._runMiddlewareStack)(client, {

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

export declare const VERSION = "3.12.3";
export declare const VERSION = "3.16.0";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = "3.12.3";
exports.VERSION = "3.16.0";
//# sourceMappingURL=version.js.map

@@ -22,3 +22,3 @@ import { isBaseSmartAccountClient } from "../../client/isSmartAccountClient.js";

callData: uoToDrop.callData,
signature: uoToDrop.signature,
signature: await account.getDummySignature(),
}

@@ -37,3 +37,3 @@ : {

callData: uoToDrop.callData,
signature: uoToDrop.signature,
signature: await account.getDummySignature(),
});

@@ -40,0 +40,0 @@ const { maxFeePerGas, maxPriorityFeePerGas } = await _runMiddlewareStack(client, {

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

export declare const VERSION = "3.12.3";
export declare const VERSION = "3.16.0";

@@ -1,2 +0,2 @@

export const VERSION = "3.12.3";
export const VERSION = "3.16.0";
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const VERSION = "3.12.3";
export declare const VERSION = "3.16.0";
//# sourceMappingURL=version.d.ts.map
{
"name": "@alchemy/aa-core",
"license": "MIT",
"version": "3.12.3",
"version": "3.16.0",
"description": "viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts",

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

"homepage": "https://github.com/alchemyplatform/aa-sdk#readme",
"gitHead": "c23cb541ee91e822388a467f827e7f19bcddcd45"
"gitHead": "8be19c73212b931135cef4e8737677e0bb86e358"
}

@@ -58,3 +58,3 @@ import type { Chain, Client, Transport } from "viem";

callData: (uoToDrop as UserOperationRequest<"0.6.0">).callData,
signature: (uoToDrop as UserOperationRequest<"0.6.0">).signature,
signature: await account.getDummySignature(),
}

@@ -73,3 +73,3 @@ : {

callData: (uoToDrop as UserOperationRequest<"0.7.0">).callData,
signature: (uoToDrop as UserOperationRequest<"0.7.0">).signature,
signature: await account.getDummySignature(),
}

@@ -76,0 +76,0 @@ ) as UserOperationStruct<TEntryPointVersion>;

// This file is autogenerated by inject-version.ts. Any changes will be
// overwritten on commit!
export const VERSION = "3.12.3";
export const VERSION = "3.16.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

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