
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
const HpoolApi = require('hpool-api');
(async () => {
const client = new HpoolApi('my-api-key', 'my-user-name');
try {
const result = await client.bindPlotter('bind data hex string');
const capacity = await client.getPoolCapacityInGB();
const onlineUser = await client.getPoolUserOnline();
const onlineMiner = await client.getPoolMinerOnline();
const pendingBalance = await client.getPendingBalance();
const mortgageInfo = await client.getMortgageInfo();
const miner = await client.getMiner();
const minedBlocksHistory = await client.getMinedBlocksHistory();
const earningsHistory = await client.getEarningsHistory();
const earningDetailsHistory = await client.getEarningDetailsHistory();
const submittedDeadlinesHistory = await client.getSubmittedDeadlinesHistory();
const balanceActivityHistory = await client.getBalanceActivityHistory();
const withdrawHistory = await client.getWithdrawHistory();
const boundPlotter = await client.getBoundPlotter();
} catch (err) {
console.error(err);
}
})();
GNU GPLv3 (see LICENSE)
FAQs
Interact with the HPool account API programatically.
The npm package hpool-api receives a total of 0 weekly downloads. As such, hpool-api popularity was classified as not popular.
We found that hpool-api 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.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.