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

node-mysql-admin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mysql-admin - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+3
-3
package.json
{
"name": "node-mysql-admin",
"version": "0.1.1",
"version": "0.1.2",
"description": "A fantastically elegant interface for MySQL and Node.js/Express/Koa management",

@@ -22,3 +22,3 @@ "keywords": [

"type": "git",
"url": "git+https://github.com/stanzhai/node-myadmin"
"url": "git+https://github.com/stanzhai/node-mysql-admin"
},

@@ -49,3 +49,3 @@ "contributors": [

"bugs": {
"url": "https://github.com/stanzhai/node-myadmin/issues"
"url": "https://github.com/stanzhai/node-mysql-admin/issues"
},

@@ -52,0 +52,0 @@ "dependencies": {

@@ -1,6 +0,6 @@

# NodeMyAdmin
# NodeMySQLAdmin
A fantastically elegant interface for MySQL and Node.js/Express management, like phpmyadmin.
This project is exported from <https://github.com/nodeadmin/nodeadmin>.
This project is exported from <https://github.com/node-mysql-admin/node-mysql-admin>.

@@ -10,3 +10,3 @@ ## Installation

```
npm install node-myadmin
npm install node-mysql-admin
```

@@ -20,6 +20,6 @@

var mysqlAdmin = require('node-myadmin');
var mysqlAdmin = require('node-mysql-admin');
app.use(mysqlAdmin(app));
```
Passing your instantiated Express app into NodeAdmin is required for the middleware to function properly.
Passing your instantiated Express app into node-mysql-admin is required for the middleware to function properly.

@@ -36,3 +36,3 @@ Note: node-myadmin currently does not support Windows.

Navigate to yourdomain/myadmin and log in using your MySQL Server credentials.
NodeAdmin will attempt to connect to your MySQL server and validate the information
node-mysql-admin will attempt to connect to your MySQL server and validate the information
you provided. Once verified, you will be redirected to the Overview page.

@@ -42,3 +42,3 @@

The navbar located at the top of the page contains links to all the main views within NodeAdmin and a button to logout is available throughout the app. The navbar includes links to Overview, DB, System, Direct Query, and Settings. These pages are described below.
The navbar located at the top of the page contains links to all the main views within node-mysql-admin and a button to logout is available throughout the app. The navbar includes links to Overview, DB, System, Direct Query, and Settings. These pages are described below.

@@ -103,3 +103,3 @@ ### Overview

Direct Queries provides the ability to execute raw SQL queries directly from NodeAdmin. Type in the desired query and click 'submit query'. If the query was successful, a table containing the results of the query will be displayed the query window. If the query was unsuccessful, an error message will pop up detailing why the query was unsuccessful.
Direct Queries provides the ability to execute raw SQL queries directly from node-mysql-admin. Type in the desired query and click 'submit query'. If the query was successful, a table containing the results of the query will be displayed the query window. If the query was unsuccessful, an error message will pop up detailing why the query was unsuccessful.

@@ -106,0 +106,0 @@ ### Settings