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

agilite-utils

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agilite-utils - npm Package Compare versions

Comparing version 7.0.3 to 7.0.4

axios.js

10

index.js
const Utils = {
dotEnv: require('dotenv'),
enumsTypeDetect: require('./lib/enums-type-detect'),
// dotEnv: require('dotenv'),
// enumsTypeDetect: require('./lib/enums-type-detect'),
typeDetect: require('type-detect'),

@@ -9,8 +9,8 @@ nanoPerformance: require('nano-performance'),

servicePool: require('service-pool'),
axios: require('axios').default,
bcrypt: require('./lib/bcrypt'),
// axios: require('axios').default,
// bcrypt: require('./lib/bcrypt'),
jwtSimple: require('./lib/jwt-simple'),
uuid: require('uuid')
// uuid: require('uuid')
}
module.exports = Utils
{
"name": "agilite-utils",
"license": "MIT",
"version": "7.0.3",
"version": "7.0.4",
"description": "Various 3rd party utilities, functions and services that we simplify and use throughout the Agilit-e ecosystem",

@@ -39,3 +39,3 @@ "homepage": "https://agilite.io",

"bcryptjs": "2.4.3",
"date-fns": "2.4.1",
"date-fns": "2.8.1",
"dotenv": "8.2.0",

@@ -42,0 +42,0 @@ "generic-pool": "3.7.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