@algoan/nestjs-http-exception-filter
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.3](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-http-exception-filter@1.0.2...@algoan/nestjs-http-exception-filter@1.0.3) (2020-06-30) | ||
### Bug Fixes | ||
* **deps:** add lodash as a dependency ([8ba8264](https://github.com/algoan/nestjs-components/commit/8ba826467b8ff6ddaf36003ae1199c635dbdf724)) | ||
## [1.0.2](https://github.com/algoan/nestjs-components/compare/@algoan/nestjs-http-exception-filter@1.0.1...@algoan/nestjs-http-exception-filter@1.0.2) (2020-05-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@algoan/nestjs-http-exception-filter", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple http exception filter for NestJS applications", | ||
@@ -48,3 +48,2 @@ "keywords": [ | ||
"jest": "^25.3.0", | ||
"lodash": "^4.17.15", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -55,3 +54,6 @@ "rxjs": "^6.5.5", | ||
}, | ||
"gitHead": "d8889023bda23ea8a541b680db68571dfe25cd68" | ||
"dependencies": { | ||
"lodash": "^4.17.15" | ||
}, | ||
"gitHead": "6b3ed29225fc983024306391177413ee24d08946" | ||
} |
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
16915
15
1
+ Addedlodash@^4.17.15
+ Addedlodash@4.17.21(transitive)