
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@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.
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.