
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.
@carimflex/rodonaves-js
Advanced tools
A JavaScript library to interface with Rodonaves API, it works in the browser and with Node.js. The documentation can be found here.
Please, consider supporting my work as a lot of effort takes place to create this component! Thanks a lot.
<script src="//cdn.jsdelivr.net/combine/npm/axios@0.19.2/dist/axios.js,npm/qs@6.9.3/dist/qs.js,npm/@carimflex/rodonaves-js@1.0.0/dist/rodonaves-js-browser.js"></script>
$ npm install --save @carimflex/rodonaves-js
import Rodonaves from '@carimflex/rodonaves-js';
const rodonaves = new Rodonaves(
'user',
'password',
);
const response = await rodonaves.getCityByZipCode('12608220');
This library provides a promise based interface for all functions. Before you can use the library, you need to provide authentication details which will be used through API calls.
For a detailed documentation, see our Documentation.
getCityByZipCode(zipCode)getDeliveryTime(originZipCode, destinationZipCode)simulateQuote(originZipCode, destinationZipCode, packs, invoiceValue, destinationTaxId)getCityByName(name)tracking(name)quote()updateQuote()FAQs
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.