
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@danielsmilo/web3-core-requestmanager
Advanced tools
@danielsmilo/web3 module to handle requests to external providers.
This is a sub package of web3.js
The requestmanager package is used by most web3.js packages. Please read the documentation for more.
npm install web3-core-requestmanager
Build running the following in the web3.js repository:
npm run-script build-all
Then include dist/web3-core-requestmanager.js
in your html file.
This will expose the Web3RequestManager
object on the window object.
// in node.js
var Web3WsProvider = require('@danielsmilo/web3-providers-ws');
var Web3RequestManager = require('@danielsmilo/web3-core-requestmanager');
var requestManager = new Web3RequestManager(new Web3WsProvider('ws://localhost:8546'));
FAQs
@danielsmilo/web3 module to handle requests to external providers.
We found that @danielsmilo/web3-core-requestmanager 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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.