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

@aicore/libcommonutils

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aicore/libcommonutils - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

src/const/http.js

4

package.json
{
"name": "@aicore/libcommonutils",
"version": "1.0.14",
"version": "1.0.15",
"description": "Common util libraries used by various modules. This library is created to prevent code duplication",

@@ -54,3 +54,3 @@ "main": "src/index.js",

"cli-color": "2.0.3",
"documentation": "^14.0.0",
"documentation": "14.0.0",
"eslint": "8.21.0",

@@ -57,0 +57,0 @@ "glob": "8.0.3",

@@ -41,1 +41,2 @@ /*

export {getMySqlConfigs} from './utils/configs.js';
export {HTTP_STATUS_CODES} from './const/http.js';

@@ -16,6 +16,11 @@ import * as crypto from "crypto";

* @returns {MySqlConfigs} An object with the following properties:
* host: The value of the environment variable MY_SQL_SERVER or 'localhost'
*
* `host`: The value of the environment variable MY_SQL_SERVER or 'localhost'
*
* port: The value of the environment variable MY_SQL_SERVER_PORT or '3306'
*
* database: The value of the environment variable MY_SQL_SERVER_DB or a random hex string
*
* user: The value of the environment variable MY_SQL_USER or a random hex string
*
* password : The value of the environment variable MY_SQL_PASSWORD or a random hex string

@@ -38,2 +43,1 @@ */

}
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