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.
dpd-router-middleware
Advanced tools
A deployd module to extend the router to run the specified event before running the real target event.
Simple router middleware for deployd
npm install dpd-router-event dpd-router-middleware --save
app.js:
require('dpd-router-middleware')( require('deployd/lib/router'), 'middleware') // <----- add this
try{
var deployd = require('deployd')
var dpd = deployd({port:3000});
dpd.listen();
}catch(e){
console.error(err.toString()) // becomes exception in analytics
}
NOTE: middleware as used above can be anything but must be the name of the router event resource;
Now, open dashboard and create a Router Event
with the name given above (middleware or whatever you put there)
FAQs
A deployd module to extend the router to run the specified event before running the real target event.
The npm package dpd-router-middleware receives a total of 0 weekly downloads. As such, dpd-router-middleware popularity was classified as not popular.
We found that dpd-router-middleware 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’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.