ngx-avatars
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "ngx-avatars", | ||
"description": "A universal avatar component for Angular applications that fetches / generates avatar based on the information you have about the user.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"keywords": [ | ||
@@ -18,8 +18,8 @@ "angular", | ||
"dependencies": { | ||
"ts-md5": "^1.2.9", | ||
"ts-md5": "^1.2.11", | ||
"tslib": "^2.3.1" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^13.0.0", | ||
"@angular/core": "^13.0.0" | ||
"@angular/common": "^13.1.3", | ||
"@angular/core": "^13.1.3" | ||
}, | ||
@@ -26,0 +26,0 @@ "module": "fesm2015/ngx-avatars.mjs", |
@@ -8,2 +8,5 @@ ## <ngx-avatars> | ||
## NPM Project | ||
[ngx-avatars](https://www.npmjs.com/package/ngx-avatars) | ||
## Warning | ||
@@ -262,2 +265,4 @@ Do not confuse with [ngx-avatar](https://github.com/HaithemMosbahi/ngx-avatar) This project is it's spiritual successor, and all credit goes to HaithemMosbahi and his fellow contributors which | ||
## Release Notes & History | ||
* 1.3.0: Added ability to disable src cache. | ||
* 1.2.1: Updated several dependencies. Update Angular minor version. Add Husky Git Hooks. Migrate from TSLint to ESLint | ||
* 1.2.0: Migrate Angular to V13. Migrate RXJS to V7.4.0 | ||
@@ -264,0 +269,0 @@ * 1.1.3: Fix package versioning in release |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
274490
318
0
Updatedts-md5@^1.2.11