
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
千牛 PC 客户端 前端开发 SDK。
npm install qn-sdk --save
import QN from 'qn-sdk';
// Promise 形式
QN.top.invoke({
query: {
method: 'taobao.time.get', // TOP 接口名称
},
}).then(result => {
console.log(result);
}, error => {
console.log(error);
});
// 回调函数形式
QN.top.invoke({
query: {
method: 'taobao.time.get', // TOP 接口名称
},
success(result) {
console.log(result);
},
error(error) {
console.log(error);
}
});
Product Version:
<script src="//g.alicdn.com/x-bridge/qn-sdk/{version}/qn.min.js"></script>
<!-- 其中 {version} 为版本号 -->
Development Version:
<script src="//g.alicdn.com/x-bridge/qn-sdk/{version}/qn.js"></script>
<!-- 其中 {version} 为版本号 -->
其中 {version} 为 qn-sdk 版本号。
QN.top.invoke({
query: {
method: 'taobao.time.get', // TOP 接口名称
},
}).then(result => {
console.log(result);
}, error => {
console.log(error);
});
FAQs
SDK for qianniu desktop application
We found that qn-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.