
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
node-papergame-api
Advanced tools
PaperGame Node js package
Создать апи ключ - https://m.vk.com/app7361871#create_merchant
Установить
npm i node-papergame-api
Использование
const PaperApi = require ('node-papergame-api');
const api = new PaperApi('апи ключ','vk id бота');
Функции
@summa - сумма
let transfer_link = api.get_link(summa);
@last_tx_id - номер последнего перевода после которого показать переводы
api.txList(last_tx_id,(err,resp)=>{
if(err) return;
if(resp.length>0){
console.log('Получено '+resp.length+' транзакций');
}
});
@id - чей баланс узнать @cb - ответ от сервера
api.score(1234 ,(score)=>{
console.log('Получен баланс: '+score);
});
api.send(1234, 10000, (res)=>{
console.log('Результат отправки: '+res['success']);
});
FAQs
Papergame api wrapper
We found that node-papergame-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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.