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.1 to 7.0.2

6

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

@@ -8,7 +9,8 @@ typeDetect: require('type-detect'),

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

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

"date-fns": "2.4.1",
"dotenv": "8.2.0",
"generic-pool": "3.7.1",

@@ -45,4 +46,5 @@ "jwt-simple": "0.5.6",

"service-pool": "0.0.4",
"type-detect": "4.0.8"
"type-detect": "4.0.8",
"uuid": "3.3.3"
}
}
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