@aicore/libcommonutils
Advanced tools
Comparing version 1.0.8 to 1.0.10
{ | ||
"name": "@aicore/libcommonutils", | ||
"version": "1.0.8", | ||
"version": "1.0.10", | ||
"description": "Common util libraries used by various modules. This library is created to prevent code duplication", | ||
@@ -49,14 +49,14 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "16.3.0", | ||
"@commitlint/config-conventional": "16.2.4", | ||
"@commitlint/cli": "17.0.3", | ||
"@commitlint/config-conventional": "17.0.3", | ||
"c8": "7.11.3", | ||
"chai": "4.3.6", | ||
"cli-color": "^2.0.2", | ||
"documentation": "^13.2.5", | ||
"eslint": "8.18.0", | ||
"glob": "^8.0.3", | ||
"cli-color": "2.0.3", | ||
"documentation": "13.2.5", | ||
"eslint": "8.20.0", | ||
"glob": "8.0.3", | ||
"husky": "8.0.1", | ||
"mocha": "9.2.2" | ||
"mocha": "10.0.0" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -40,1 +40,2 @@ /* | ||
export {isNumber, isString, isObject, isBoolean} from './utils/common.js'; | ||
export {getMySqlConfigs} from './utils/configs.js'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49286
6
110
5