Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mysql-await

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-await - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "mysql-await",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple MySQL Async/Await Connection Pool",

@@ -18,4 +18,8 @@ "main": "index.js",

],
"repository": {
"type": "git",
"url": "git+https://github.com/om-mani-padme-hum/mysql-await"
},
"author": "Rich Lowe",
"license": "MIT"
}

@@ -1,2 +0,2 @@

# MySQL Async/Await Wrapper
# MySQL Async/Await Wrapper v1.01

@@ -7,3 +7,5 @@ Basic API for performing async/await MySQL queries on a pool. A new connection is created, queried, and released for each call to `query()`.

```json
### JavaScript
```javascript
{

@@ -18,2 +20,14 @@ connectionLimit : 10,

### JSON
```json
{
"connectionLimit" : 10,
"host" : "example.org",
"user" : "bob",
"password" : "secret",
"database" : "my_db"
}
```
## Example

@@ -20,0 +34,0 @@

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