New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@abstraxn/modules

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abstraxn/modules - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

2

dist/src/ECDSAOwnershipValidationModule.js

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

const dynamicPart = moduleAddress.substring(2).padEnd(40, "0");
return `0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000${dynamicPart}000000000000000000000000000000000000000000000000000000000000004181d4b4981670cb18f99f0b4a66446df1bf5b204d24cfcb659bf38ba27a4359b5711649ec2423c5e1247245eba2964679b6a1dbb85c992ae40b9b00c6935b02ff1b00000000000000000000000000000000000000000000000000000000000000`;
return `0x8a98b980f7f04a5bf0b98d63202616bb29ceddad9a2246b4b747965b6abea45371557f5f2fc2074a4231d35347dac8d99194f08cd50daa497717feda1f26980b1c${dynamicPart}`;
}

@@ -38,0 +38,0 @@ // Note: other modules may need additional attributes to build init data

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

const dynamicPart = moduleAddress.substring(2).padEnd(40, "0");
return `0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000${dynamicPart}000000000000000000000000000000000000000000000000000000000000004181d4b4981670cb18f99f0b4a66446df1bf5b204d24cfcb659bf38ba27a4359b5711649ec2423c5e1247245eba2964679b6a1dbb85c992ae40b9b00c6935b02ff1b00000000000000000000000000000000000000000000000000000000000000`;
return `0x8a98b980f7f04a5bf0b98d63202616bb29ceddad9a2246b4b747965b6abea45371557f5f2fc2074a4231d35347dac8d99194f08cd50daa497717feda1f26980b1c${dynamicPart}`;
}

@@ -41,0 +41,0 @@ // Note: other modules may need additional attributes to build init data

@@ -45,3 +45,4 @@ "use strict";

const dynamicPart = moduleAddress.substring(2).padEnd(40, "0");
return `0x0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000${dynamicPart}000000000000000000000000000000000000000000000000000000000000004181d4b4981670cb18f99f0b4a66446df1bf5b204d24cfcb659bf38ba27a4359b5711649ec2423c5e1247245eba2964679b6a1dbb85c992ae40b9b00c6935b02ff1b00000000000000000000000000000000000000000000000000000000000000`;
const sign = '8a98b980f7f04a5bf0b98d63202616bb29ceddad9a2246b4b747965b6abea45371557f5f2fc2074a4231d35347dac8d99194f08cd50daa497717feda1f26980b1c';
return `0x000064d5fb72000076b9d479${sign.repeat(this.threshold)}${dynamicPart}`;
}

@@ -48,0 +49,0 @@ async getSigner() {

{
"name": "@abstraxn/modules",
"version": "0.0.25",
"version": "0.0.26",
"description": "This package provides different validation modules/plugins for ERC4337 compatible modular account",

@@ -5,0 +5,0 @@ "main": "./dist/src/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

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