node-mysql-admin
Advanced tools
+3
-3
| { | ||
| "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": { |
+8
-8
@@ -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 |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
468043
0.01%