Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

account-abstraction

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

account-abstraction - npm Package Compare versions

Comparing version 0.1.0 to 0.2.1

dist/deploy/deploy_entrypoint.d.ts

62

package.json
{
"name": "account-abstraction",
"version": "0.1.0",
"main": "index.js",
"author": "Dror Tirosh",
"license": "MIT"
"version": "0.2.1",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"clean": "rm -rf dist cache artifacts typechain typechain-types",
"compile": "./scripts/hh-wrapper compile && yarn run makeUserOps",
"tsc": "tsc",
"makeUserOps": "./scripts/makeUserOps",
"test": "./scripts/hh-wrapper test",
"coverage": "COVERAGE=1 hardhat coverage",
"deploy": "./scripts/hh-wrapper deploy",
"test-dev": "hardhat test --network dev",
"ci": "yarn compile && GAS_REPORT=1 hardhat test && yarn gas-report && yarn run runop",
"gas-report": "cat reports/gas-used-output.color; echo; perl -pe 's/\\e\\[\\d+m//g' reports/gas-used-output.color > reports/gas-used-output.txt",
"runop": "hardhat run src/runop.ts ",
"runop-goerli": "AA_URL=https://account-abstraction-goerli.nethermind.io yarn runop --network goerli",
"runop3": "hardhat run src/runop3.ts ",
"prepack": "yarn clean && yarn compile && tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.7",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.2.0",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/hardhat": "^6.0.0",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.12",
"chai": "^4.3.4",
"mocha": "^9.2.2",
"eth-gas-reporter": "^0.2.24",
"ethereum-waffle": "^3.4.0",
"hardhat": "^2.8.0",
"hardhat-deploy": "^0.9.3",
"hardhat-deploy-ethers": "^0.3.0-beta.11",
"hardhat-gas-reporter": "^1.0.7",
"solidity-coverage": "^0.7.20",
"source-map-support": "^0.5.19",
"ts-generator": "^0.1.1",
"ts-node": "^10.1.0",
"typechain": "^7.0.0",
"typescript": "^4.3.5"
},
"dependencies": {
"debug": "^4.3.2",
"ethereumjs-util": "^7.1.0",
"ethers": "^5.5.1"
},
"files": [
"dist",
"src",
"typechain-types",
"README.md"
]
}
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