
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.
Accelerated Mobile Pages (AMP) URL API node.js library. It is necessary to enable API on Google Cloud Platform and obtain API key.
npm install --save amp-url
const AmpUrl = require('amp-url');
const ampUrl = new AmpUrl(GOOGLE_API_KEY);
ampUrl.batchGet('https://example.com/01.html').then((cdnAmpUrl) => {
// cdnAmpUrl
});
array|string
- Target URL.const AmpUrl = require('amp-url');
const ampUrl = new AmpUrl(GOOGLE_API_KEY);
ampUrl.batchGet([
'https://example.com/01.html',
'https://example.com/02.html',
'https://example.com/03.html'
]).then((cdnAmpUrl) => {
/* Example
{
"ampUrls": [
[
{
"originalUrl": "https://example.com/01.html",
"ampUrl": "https://example.com/amp/01.html",
"cdnAmpUrl": "https://example-com.cdn.ampproject.org/c/s/example.com/amp/01.html"
},
{
"originalUrl": "https://example.com/02.html",
"ampUrl": "https://example.com/amp/02.html",
"cdnAmpUrl": "https://example-com.cdn.ampproject.org/c/s/example.com/amp/02.htmls"
}
]
],
"urlErrors": [
{
"errorCode": "URL_IS_INVALID_AMP",
"errorMessage": "Request URL is an invalid AMP URL.",
"originalUrl": "https://example.com/03.html"
}
]
}
*/
});
FAQs
Accelerated Mobile Pages (AMP) URL API library
The npm package amp-url receives a total of 0 weekly downloads. As such, amp-url popularity was classified as not popular.
We found that amp-url 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.
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.