Socket
Socket
Sign inDemoInstall

abstraxn_account

Package Overview
Dependencies
78
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

dist/src/abi/ECDSAModule_Abi.d.ts

4

package.json
{
"name": "abstraxn_account",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"scripts": {

@@ -31,2 +30,3 @@ "unbuild": "rimraf dist *.tsbuildinfo",

"dependencies": {
"abstraxnmodule": "^0.0.5",
"ethers": "^5.7.2",

@@ -33,0 +33,0 @@ "rimraf": "^5.0.5",

import { BigNumberish, Bytes, Contract, ethers, utils } from "ethers";
import { hexConcat } from "ethers/lib/utils";
import { getInitData } from "../../modules/ECDSAModule";
import {getInitData} from "abstraxnmodule";
import { ECDSAModuleContract, smartAccountFactoryContract } from "./utils/Instance";

@@ -5,0 +5,0 @@

@@ -7,3 +7,3 @@ {

// "incremental": true, /* Enable incremental compilation */
// "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
"composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
// "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */

@@ -10,0 +10,0 @@ // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc