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

@beandao/contracts

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beandao/contracts - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

interfaces/IAllowlist.sol

108

package.json
{
"name": "@beandao/contracts",
"version": "0.0.1",
"description": "Smart Contract Library for beanDAO Production",
"license": "LGPL-3.0",
"author": {
"name": "yoonsung.eth"
},
"bugs": {
"url": "https://github.com/Nipol/library/issues"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-solhint": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/chai": "^4.2.18",
"@types/mocha": "^7.0.2",
"@types/node": "^14.17.2",
"babel-eslint": "^10.1.0",
"buidler-ethers-v5": "^0.2.3",
"buidler-gas-reporter": "^0.1.4",
"chai": "^4.3.4",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.0",
"eth-gas-reporter": "^0.2.22",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.3.0",
"hardhat": "^2.3.0",
"hardhat-gas-reporter": "^1.0.4",
"http-server": "^0.12.3",
"mocha": "^8.4.0",
"prettier": "^1.19.1",
"prettier-plugin-solidity": "^1.0.0-beta.11",
"solc": "^0.8.4",
"solidity-coverage": "^0.7.16",
"ts-node": "^8.10.2",
"typescript": "^3.9.9"
},
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",
"!/contracts/mocks/**/*"
],
"homepage": "https://github.com/Nipol/library#readme",
"keywords": [
"blockchain",
"ethereum",
"hardhat",
"smart-contracts",
"solidity"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Nipol/library"
},
"scripts": {
"build": "npx hardhat compile",
"test": "export TS_NODE_TRANSPILE_ONLY=1 && npx hardhat test",
"coverage": "npx hardhat coverage --solcoverjs ./.solcover.js --network hardhat",
"coverage:server": "npm run coverage && http-server ./coverage -s",
"docs": "scripts/docs.sh",
"lint": "npm run lint:js && npm run lint:sol",
"lint:js": "eslint '*/**/*.{js,ts}' --quiet --fix",
"lint:sol": "solhint --config .solhint.json --max-warnings 0 'contracts/**/*.sol'",
"prettier": "prettier --config .prettierrc --write '**/*.{js,sol,ts}'",
"prepublish": "rimraf build contracts/build artifacts cache",
"prepack": "scripts/prepack.sh",
"prepare": "env COMPILE_MODE=production npm run build",
"vertigo": "scripts/vertigo.sh",
"analyze": "slither ./contracts",
"deploy:goerli": "npx hardhat run --network goerli scripts/deploy.js"
},
"dependencies": {
"rimraf": "^3.0.2"
}
}
"name": "@beandao/contracts",
"description": "Smart Contract library for Solidity",
"version": "0.1.0",
"files": [
"**/*.sol",
"/build/contracts/*.json",
"!/mocks/**/*"
],
"scripts": {
"prepare": "bash ../scripts/prepare-contracts-package.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Nipol/library/.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nipol/library//issues"
}
}
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