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.0 to 7.0.1

1

index.js

@@ -8,2 +8,3 @@ const Utils = {

servicePool: require('service-pool'),
axios: require('axios'),
bcrypt: require('./lib/bcrypt'),

@@ -10,0 +11,0 @@ jwtSimple: require('./lib/jwt-simple')

{
"name": "agilite-utils",
"license": "MIT",
"version": "7.0.0",
"version": "7.0.1",
"description": "Various 3rd party utilities, functions and services that we simplify and use throughout the Agilit-e ecosystem",
"homepage": "https://agilite.io",
"repository": {
"type": "git",
"url": "https://github.com/agilitehub/node-agilite-utils"
},
"bugs": {
"url": "https://github.com/agilitehub/node-agilite-utils/issues",
"email": "support@agilite.io"
},
"author": "Agilit-e",

@@ -22,3 +30,4 @@ "contributors": [

"jwt",
"date-fns"
"date-fns",
"axios"
],

@@ -29,2 +38,3 @@ "main": "index.js",

"dependencies": {
"axios": "0.19.0",
"bcrypt": "3.0.6",

@@ -31,0 +41,0 @@ "date-fns": "2.4.1",

@@ -8,2 +8,3 @@ # agilite-utils

- [axios](https://www.npmjs.com/package/axios)
- [bcrypt](https://www.npmjs.com/package/bcrypt)

@@ -10,0 +11,0 @@ - [date-fns](https://www.npmjs.com/package/date-fns)

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