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

@goodware/mysql

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goodware/mysql - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.jsdoc.json

11

package.json
{
"name": "@goodware/mysql",
"version": "1.0.4",
"version": "1.0.5",
"description": "Database connection and execution utility for the mysql2 npm package",

@@ -13,3 +13,4 @@ "keywords": [

"pub": "npm publish --access=public",
"test": "node tests/test.js"
"test": "node tests/test.js",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose -R README.md *.js"
},

@@ -23,3 +24,3 @@ "main": "MySql.js",

"dependencies": {
"aws-sdk": "^2.741.0",
"aws-sdk": "^2.747.0",
"humanize-duration": "^3.23.1",

@@ -32,8 +33,10 @@ "joi": "^17.2.1",

"dotenv": "^8.2.0",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"jsdoc": "^3.6.5",
"minami": "^1.2.3",
"prettier": "^2.1.1"
}
}

@@ -1,7 +0,23 @@

Documentation tbd
# mysql2 utility for NodeJS
mysql2 utility for NodeJS
Better Documentation is coming
# Links
- [npm](https://www.npmjs.com/package/@goodware/mysql)
- [git](https://github.com/good-ware/js-mysql)
- [API](https://good-ware.github.io/js-mysql/)
# Requirements
ECMAScript 2017
# Installation
`npm i --save @goodware/mysql`
# Features
- Creates mysql2-promise Connections, optionally from a pool
- Optionally manages database transactions by wrapping begin/end around a function invocation
- Handles AWS RDS passwordless IAM connections
- Manages database transactions by wrapping begin/end around a function invocation

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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