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.
mongoose-manager
Advanced tools
A generic admin interface for node.js applications that use mongoose.
A generic admin interface for node.js applications that use mongoose.
This module is not mature and is not actively developed nor maintained anymore. Usage is not recommended. Check http://www.forestadmin.com/ for an instant, powerful and fully configurable admin interface.
var Admin = require('mongoose-manager').Admin;
var models = [
{
model: require('./models/Artist').Artist,
label: function(artist){ return artist.name }
},
require('./models/Label').Label,
require('./models/Record').Record
];
var options = {
secret: 'a secret string to use for cookie encryption' // replace this by a specific string for your app
};
var admin = new Admin(models, options);
// an express app is now available in admin.app
admin.app.listen(8080, function(){
console.log('Example app running on %s', 8080);
});
You can add your own entries to the index menu:
admin.extraMenu('The menu text', 'http://google.com');
Thanks to @madhums for handing over the module name
FAQs
A generic admin interface for node.js applications that use mongoose.
The npm package mongoose-manager receives a total of 0 weekly downloads. As such, mongoose-manager popularity was classified as not popular.
We found that mongoose-manager 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.