
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.
web3-stream-provider
Advanced tools
Utility for creating an Ethereum web3 provider that forwards payloads through a stream.
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Socket optimized override available
Utility for creating an Ethereum web3 provider that forwards payloads through a stream. Only works for async payloads.
For connecting to a remote eth rpc handler
const StreamProvider = require('web3-stream-provider')
var streamProvider = new StreamProvider()
var web3 = new Web3(streamProvider)
streamProvider.pipe(remoteRpcHandler).pipe(streamProvider)
For handling incoming rpc payloads
const handleRequestsFromStream = require('web3-stream-provider/handler')
handleRequestsFromStream(remoteStream, provider, /* optional */ onRequest, onResponse)
function onRequest(request){
// can modify the request if needed
console.log(arguments)
}
function onResponse(err, request, response){
console.log(arguments)
}
FAQs
Utility for creating an Ethereum web3 provider that forwards payloads through a stream.
The npm package web3-stream-provider receives a total of 104 weekly downloads. As such, web3-stream-provider popularity was classified as not popular.
We found that web3-stream-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers 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.