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.
connect-fuse
Advanced tools
connect-fuse is a connect middlware wrapper around Fuse. Fuse is a tool to fuse multiple JavaScript or HTML files into one.
To use fuse within Express, you must install fuse-connect. fuse-connect is a connect middlware wrapper for Fuse.
[sudo] npm install fuse-connect --save
Fuse uses inline comment-based directives to determine which files you'd like to fuse. You can use @depends
, @import
or @include
as the directive.
For usage guidelines, see the Fuse readme.
Make sure you've installed fuse-connect. You can then include fuse-connect to bind requests to particular files to fuse, so that they're automatically updated upon request.
var fuse = require('fuse-connect');
var filesToFuse = [
{src: '/path/to/src-file.js', dest: '/path/to/dest-file.js'},
{src: '/path/to/src-file.html', dest: '/path/to/dest-file.html'}
];
// add fuse-connect to the middleware
app.use(fuse.middleware(filesToFuse));
FAQs
Connect middleware for the fuse library.
The npm package connect-fuse receives a total of 0 weekly downloads. As such, connect-fuse popularity was classified as not popular.
We found that connect-fuse demonstrated a not healthy version release cadence and project activity because the last version was released 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.
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.