New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.0.8 to 3.0.9

2

index.js

@@ -444,3 +444,3 @@ /* eslint-disable no-param-reassign */

const delay = delayMs;
await new Promise((resolve) => setTimeout(resolve, delay));
await new Promise((resolve) => {setTimeout(resolve, delay)});
} finally {

@@ -447,0 +447,0 @@ if (connection) {

{
"name": "@goodware/mysql",
"version": "3.0.8",
"version": "3.0.9",
"description": "A mysql2-based connection helper",

@@ -24,5 +24,5 @@ "keywords": [

"aws-sdk": "^2.0.0",
"humanize-duration": "^3.0.0",
"humanize-duration": "^3.24.0",
"joi": "^17.4.0",
"mysql2": "^2.0.0",
"mysql2": "^2.2.0",
"parse-duration": "^1.0.0"

@@ -29,0 +29,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