
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.
@aurora-is-near/aurora-cloud-console-sdk
Advanced tools
A utility package to check if a NEAR address is banned.
A client for the Aurora Cloud Console API.
This client is generated automatically on a schedule based on the OpenAPI specs published at https://app.auroracloud.dev/api.
yarn add @aurora-is-near/aurora-cloud-console-sdk
Once the API client has been generated it can be instantiated as follows:
import { createApiClient } from '@aurora-is-near/aurora-cloud-console-sdk';
const client = createApiClient({ apiKey: 'MY-API-KEY' });
Where the API key is generated via the Aurora Cloud Console dashboard.
The generated client object exposes functions for each API operation, as defined by the OpenAPI specification. Each function is called with an object containing the following properties:
params
An object containing properties that are mapped to any named route parameters.
For example, if you have the route /user/:name
, then the name
property should
be passed in as params: { name: 'Alex' }
.
query
An object containing a property for each query string parameter.
data
An object containing key-value to submit as the request body (i.e. for POST or PUT requests).
FAQs
A utility package to check if a NEAR address is banned.
The npm package @aurora-is-near/aurora-cloud-console-sdk receives a total of 0 weekly downloads. As such, @aurora-is-near/aurora-cloud-console-sdk popularity was classified as not popular.
We found that @aurora-is-near/aurora-cloud-console-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.