Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
fis3-hook-lego
Advanced tools
fis3 版本的 lego
包管理的模块查找,http://lego.imweb.io/ 。
如下目录结构:
root/
src/
lego_modules/
jquery/
2.0.1/
jquery.js
package.json
pages/
index/
/main.js
现在 main.js
直接
require('jquery');
require('jquery@1.9.1');
即可引用 jquery
。
npm i fis3-hook-lego -g
在 fis-conf.js
中:
fis.hook('lego');
fis.match(/^\/lego_modules\/(.+)\.js$/i, {
isMod: true,
id: '$1'
});
FAQs
lego 包管理模块查找
The npm package fis3-hook-lego receives a total of 8 weekly downloads. As such, fis3-hook-lego popularity was classified as not popular.
We found that fis3-hook-lego demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.