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.16 to 1.0.17

8

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

@@ -49,4 +49,4 @@ "main": "src/index.js",

"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"c8": "7.12.0",

@@ -56,3 +56,3 @@ "chai": "4.3.6",

"documentation": "14.0.0",
"eslint": "8.21.0",
"eslint": "8.23.1",
"glob": "8.0.3",

@@ -59,0 +59,0 @@ "husky": "8.0.1",

@@ -31,3 +31,2 @@ import * as crypto from "crypto";

const port = process.env.MY_SQL_SERVER_PORT || '3306';
const database = process.env.MY_SQL_SERVER_DB || 'a' + crypto.randomBytes(4).toString('hex');
const user = process.env.MY_SQL_USER || 'b' + crypto.randomBytes(4).toString('hex');

@@ -38,3 +37,2 @@ const password = process.env.MY_SQL_PASSWORD || 'c' + crypto.randomBytes(4).toString('hex');

'port': port,
'database': database,
'user': user,

@@ -41,0 +39,0 @@ 'password': password

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