@venncity/errors
Advanced tools
Comparing version 1.6.3 to 1.7.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.7.0](https://github.com/venn-city/npm-shelf/compare/@venncity/errors@1.6.3...@venncity/errors@1.7.0) (2020-05-19) | ||
### Features | ||
* **Errors:** Added error formatter ([8d32c45](https://github.com/venn-city/npm-shelf/commit/8d32c451bc537d269abf0f71c768a3504374d85f)) | ||
## [1.6.3](https://github.com/venn-city/npm-shelf/compare/@venncity/errors@1.6.2...@venncity/errors@1.6.3) (2020-05-03) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@venncity/errors", | ||
"version": "1.6.3", | ||
"version": "1.7.0", | ||
"author": "Venn Engineering", | ||
@@ -26,6 +26,9 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"fast-safe-stringify": "^2.0.7", | ||
"joi": "^14.3.1", | ||
"lodash": "^4.17.15", | ||
"uuid": "^8.0.0", | ||
"verror": "^1.10.0" | ||
}, | ||
"gitHead": "8c6392ee678c1825a4f68c03e2c039698ab252c2" | ||
"gitHead": "fc928d6dc2fdb54561df3324037e863c0dff8b5d" | ||
} |
const errors = require('./errors/errors'); | ||
const validator = require('./validator/validator'); | ||
const errorFormatter = require('./errorsFormatter/errorFormatter'); | ||
module.exports = { | ||
errors, | ||
validator | ||
validator, | ||
errorFormatter | ||
}; |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
21392
13
481
5
2
+ Addedfast-safe-stringify@^2.0.7
+ Addedlodash@^4.17.15
+ Addeduuid@^8.0.0
+ Addedfast-safe-stringify@2.1.1(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addeduuid@8.3.2(transitive)