New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ksmf-adminjs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ksmf-adminjs

Ksike framework: Admin Js integration

  • 1.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

Ksike framework: Admin Js integration

AdminJS is an open-source admin panel for your Node.js application. It does not force it's database schema upon your application; instead, it integrates with your Node.js server and the ORM/ODM you are using.

The UI components are written in React and you can fully customize the admin panel. AdminJS also generates it's own REST API which you can use outside of the admin panel or use it to integrate it with your other applications.

Screenshot

For further information consult the following links:

Install

  • Set the configuration file: cfg\core.json
{
  "onLoadedModules": ["ksmf.adminjs.wrapper"],
  "helper": {
      "ksmf.adminjs.wrapper": {
        "name": "ksmf-adminjs",
        "type": "lib",
        "dependency": {
          "helper": "helper"
        }
      }
  }
}
  • Check the project URL at /admin

Keywords

FAQs

Package last updated on 15 Oct 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc