New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reshuffle-db-admin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshuffle-db-admin

Super Simple Admin interface for Reshuffle DB

latest
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

Install

npm install reshuffle-db-admin

Use

const devDBAdmin = require('reshuffle-db-admin');

After you declare the express app, add this line:

app.use("/dev/db-admin", express.json(), devDBAdmin.devDBAdminHandler);

Access

On a reshuffle project go to https://your-reshuffle-url/dev/db-admin

FAQs

Package last updated on 09 Dec 2019

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