
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.
@rrakso/carrefour-web-api-client
Advanced tools
Very simple Carrefour WEB API client written in TypeScript.
Very simple Carrefour WEB API client written in TypeScript. Currently, this client can:
npm i @rrakso/carrefour-web-api-client # or yarn add @rrakso/carrefour-web-api-client
Get info about product 5900972012597
:
import { CarrefourWebApiClient } from "@rrakso/carrefour-web-api-client";
const carrefourWebApiClient = new CarrefourWebApiClient();
carrefourWebApiClient
.getProductInfoByBarcode("5900972012597")
.then((product: any) => {
if (product === null) {
console.log(">> Can't find this product.");
} else {
console.log(
`>> Found "${product.name}" of category "${product.defaultCategoryName}"!`
);
}
});
To run this example install package, copy and paste above example into file named app.js
and then run:
node --require ts-node/register --require source-map-support/register app.ts
Please report any bugs here.
Currently, this project does all that I need, so I think that new features won't be added.
Feel free to fork this project and made some changes, any upgrades will be much appreciated.
MIT
This project is written to be as simple as it can be. It was created for me just for getting info about products. But who knows, maybe in future it will do more, but currently it will be as it is.
FAQs
Very simple Carrefour WEB API client written in TypeScript.
The npm package @rrakso/carrefour-web-api-client receives a total of 0 weekly downloads. As such, @rrakso/carrefour-web-api-client popularity was classified as not popular.
We found that @rrakso/carrefour-web-api-client 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.