Sign In

@kenyip/mysql

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kenyip/mysql - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
package.json
{
"name": "@kenyip/mysql",
"version": "0.1.0",
"version": "0.1.1",
"description": "A fully featured MySql client 'mysql' with Promise support",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -55,3 +55,3 @@ "use strict";

const retryPromise = options?.retry == false ? false : true;
const retryPromise = (options.retry || {}) == false ? false : true;

@@ -58,0 +58,0 @@ if (retryPromise) {