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.8 to 1.0.10

src/utils/configs.js

16

package.json
{
"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';
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