@beandao/contracts
Advanced tools
Comparing version 0.0.1 to 0.1.0
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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
0
24795
25
0
2
2
0
2
- Removedrimraf@^3.0.2
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedrimraf@3.0.2(transitive)
- Removedwrappy@1.0.2(transitive)