
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.
astrocite-eutils
Advanced tools
A helper library for converting PubMed EUtils ESummary JSON to CSL JSON.
See astrocite for more details.
Returns: Array<CSL.Data | EUtilsError>
Where EUtilsError
has the following interface
interface EUtilsError extends Error {
/**
* If the error occured on a single reference, then this is set with the identifier of that
* reference
*/
uid?: string;
/**
* True if the error is a global API-level error. Otherwise the Error occured on a single
* reference (i.e, some of the request produced a valid result.)
**/
apiError: boolean;
}
Type: Object
The entire JSON response received from the PubMed EUtils ESummary API
import { toCSL } from 'astrocite-eutils';
// Assume apiResponse is the JSON received from the EUtils ESummary API
const cslJSON = toCSL(apiResponse);
FAQs
Converts PubMed EUtils ESummary API Responses to CSL JSON
The npm package astrocite-eutils receives a total of 98 weekly downloads. As such, astrocite-eutils popularity was classified as not popular.
We found that astrocite-eutils 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.