Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
coins-ph-promise
Advanced tools
The Coins.ph API Reference is a good resource to learn more about these APIs.
$ npm install --save coins-ph-promise
Be sure you have babel installed:
$ npm install -g babel-cli babel-preset-es2015
Then:
$npm run build
import Coins from "coins-ph-promise";
var coinsClient = new Coins({
key: process.env.COINS_KEY,
secret: process.env.COINS_SECRET
});
client.transactionHistory()
.then(function(data) {
console.log(data);
})
.catch(function(err) {
console.log(err);
});
client.payoutOutlets({ region: "PH" })
.then(function(data) {
console.log(data);
})
.catch(function(err) {
console.log(err);
});
[MIT][license] © [Scott Hasbrouck][http://scotthasbrouck.com]
FAQs
Coins.ph API with Promises for Node.js
We found that coins-ph-promise 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.