
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
aliexpress-api
Advanced tools
A Node.js package that wraps the Aliexpress API for affiliate marketing and product data access.
This package provides a simple interface to interact with the Aliexpress Open Platform API. It's particularly useful for affiliate marketing and product data retrieval.
Based on the Aliexpress Open Platform API Documentation
npm install aliexpress-api
const AliexpressApiService = require("aliexpress-api");
// Initialize the service with your credentials
const aliexpressApiService = new AliexpressApiService(
ALIEXPRESS_APP_KEY,
ALIEXPRESS_APP_SECRET,
ALIEXPRESS_APP_SIGNATURE,
ALIEXPRESS_TRACKING_ID
);
// Get affiliate link for a product
const affiliateLink = await aliexpressApiService.getAffiliateLink(aliexpressUrl);
You'll need the following credentials from Aliexpress Open Platform:
ALIEXPRESS_APP_KEY
: Your application keyALIEXPRESS_APP_SECRET
: Your application secretALIEXPRESS_APP_SIGNATURE
: Your application signatureALIEXPRESS_TRACKING_ID
: Your tracking IDTo run tests:
npm test
ISC
Contributions are welcome! Feel free to submit issues and pull requests.
If you have any questions, you can:
Alon Segal
FAQs
A package that wraps Aliexpress API for node
The npm package aliexpress-api receives a total of 25 weekly downloads. As such, aliexpress-api popularity was classified as not popular.
We found that aliexpress-api demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.