agilite-utils
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -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) |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5821
119
0
23
0
8
+ Addedaxios@0.19.0
+ Addedaxios@0.19.0(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
+ Addedis-buffer@2.0.5(transitive)