
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.
A股node.js调用接口, 目前信息源来源于腾讯证券。
npm install big-a-api
import { getStockSearch } from 'big-a-api'
const query = "中国平安";
// @param
// string query 查询股票关键词
const data = await getStockSearch({ query }); // output [{name:"中国平安",code:"sz000001"},...]
import { getRealTimeData } from 'big-a-api'
// @param
// string code 股票代码
// number limit 最近N条
const data = await getRealTimeData({ code: "sz000001", limit: 5 });
/**
* output:
{
date: '20250303',
data: [
{ time: '13:13:24', price: '11.55', volume: '188', direction: 'S' },...
]
}
*/
import { getSeriesData } from 'big-a-api'
// @param
// string code 股票代码
// string interval 周期 day为日线 week为周线 month为月线
// number limit 最近N条
const data = await getSeriesData({ code: "sz000001", interval: "day", limit: 10 });
/**
* output:
[
{
date: '2025-02-17',
open: '11.60',
close: '11.78',
high: '11.80',
low: '11.55',
volume: '2061965.00'
},...
]
*/
FAQs
A股node.js调用接口
The npm package big-a-api receives a total of 0 weekly downloads. As such, big-a-api popularity was classified as not popular.
We found that big-a-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.