Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@interaction/eagle
Advanced tools
JavaScript library
安装
npm install --save @interaction/eagle
// amd使用方式
const E = require('@interaction/eagle');
// es使用方式
import * as Eagle from '@interaction/eagle';
import {trim} from '@interaction/eagle';
浏览器使用方式
<!-- 未压缩js -->
<script src="path/youProject/eagle.js"></script>
<!-- 压缩文件 -->
<script src="path/youProject/eagle.min.js"></script>
bash npm run build
创建 es
, src
文件夹,同时更新dist
下的eagle.js
和eagle.min.js
文件;
具体使用方法,请参考文档
FAQs
JavaScript library
The npm package @interaction/eagle receives a total of 0 weekly downloads. As such, @interaction/eagle popularity was classified as not popular.
We found that @interaction/eagle demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.