
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
This package is in early development and is lacking core features, right now only basic http serving is supported and little hardening system are implemented such as the method filtering. All support and contribution would be amazing and hopefully cthulhu becomes a main stream module ! Wiki.
// Import the Cthulhu module
const cthulhu = require('cthulhu_js')
// Serve the Webpage '/' allowing only 'GET' and 'POST' requests
cthulhu.server.serve('/', ['GET','POST'], function (req, res){
res.write('Hello World') // Write hello to the page
})
// Start the server on port 8080 in hardened mode, Default: 80,false
cthulhu.server.start(8080,true)
This is a Node.js module available through the npm registry.
Installation is done using the
npm install command:
$ npm install cthulhu_js
For more help follow our installing guide
If you discover a vulnerability in Cthulhu, Please review our Security Policies and Procedures.
FAQs
^(;,;)^ Cthulhu is a minimul hardend http framework
We found that cthulhu_js 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.