
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
web3data-deploy
Advanced tools
Usage
Installation
Permissions
Networks
Community
Resources
Licensing
A module to upload contract ABI to Amberdata.io, allowing for automated security audits and analytics!
Install the module and the post-install script will add a migration script to your migrations folder.
Then run truffle migrate
and the script will handle the rest, uploading your contract ABI to our upload endpoint! 🚀
npm install web3data-deploy
The postinstall.js
script may fail if it does not have the proper permissions.
If this is the case, run:
chmod +x node_modules/web3data-deploy/scripts/postinstall.js
and then:
npm explore web3data-deploy-- npm run postinstall
Amberedata.io currently supports Ethereum Mainnet & Ropsten Testnet.
You may see an error:
[ Uploader ] INFO: Network, 'X', not supported by amberdata. Contract ABI not uploaded.
This could occur if you are deploying to an unsupported network or (and more likely) the network id in your truffle.js file is wrong.
Make sure that the network id corresponds with the JSON RPC network ids:
"1"
: Ethereum Mainnet"4"
: Rinkeby TestnetLike so:
// truffle.js
module.exports = {
networks: {
development: {
host: 'localhost',
port: 8545,
network_id: '*' // Match any network id
},
rinkeby: {
network_id: 4
},
mainet: {
network_id: 1
}
}
}
Come join the discussion on Discourse!
This project is licensed under the Apache Licence 2.0.
FAQs
Web3data abi module upload helper for use with web3data-js
The npm package web3data-deploy receives a total of 0 weekly downloads. As such, web3data-deploy popularity was classified as not popular.
We found that web3data-deploy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.