
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
hapi-nedb-connector
Advanced tools
A simple connector for hapi and nedb
npm install hapi-nedb-connector
var Hapi = require('hapi');
// Create a server with a host and port
var server = new Hapi.Server();
server.connection({
host: 'localhost',
port: 8000
});
server.register({
register: require('hapi-nedb-connector'),
options: {
directory: 'data/'
}
}, function (err) {
server.route({
method: 'GET',
path: '/',
handler: function (request, reply) {
// Access plugin
var db = server.plugins['hapi-nedb-connector'].db;
// Use requests database and create requests database if it does not exist
db('requests').insert(request.info, function(err, newRequest) {
reply({message: 'request added to database'});
});
}
});
});
// Start the server
server.start(function() {
console.log('Server running at:', server.info.uri);
});
FAQs
A simple connector for hapi and nedb
We found that hapi-nedb-connector 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.