ngx-avatars
Advanced tools
Comparing version 1.1.3 to 1.2.0
{ | ||
"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.1.3", | ||
"version": "1.2.0", | ||
"keywords": [ | ||
@@ -22,11 +22,24 @@ "angular", | ||
"peerDependencies": { | ||
"@angular/common": "^12.2.4", | ||
"@angular/core": "^12.2.4" | ||
"@angular/common": "^13.0.0", | ||
"@angular/core": "^13.0.0" | ||
}, | ||
"main": "bundles/ngx-avatars.umd.js", | ||
"module": "fesm2015/ngx-avatars.js", | ||
"es2015": "fesm2015/ngx-avatars.js", | ||
"esm2015": "esm2015/ngx-avatars.js", | ||
"fesm2015": "fesm2015/ngx-avatars.js", | ||
"typings": "ngx-avatars.d.ts" | ||
} | ||
"module": "fesm2015/ngx-avatars.mjs", | ||
"es2020": "fesm2020/ngx-avatars.mjs", | ||
"esm2020": "esm2020/ngx-avatars.mjs", | ||
"fesm2020": "fesm2020/ngx-avatars.mjs", | ||
"fesm2015": "fesm2015/ngx-avatars.mjs", | ||
"typings": "ngx-avatars.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./ngx-avatars.d.ts", | ||
"esm2020": "./esm2020/ngx-avatars.mjs", | ||
"es2020": "./fesm2020/ngx-avatars.mjs", | ||
"es2015": "./fesm2015/ngx-avatars.mjs", | ||
"node": "./fesm2015/ngx-avatars.mjs", | ||
"default": "./fesm2020/ngx-avatars.mjs" | ||
} | ||
} | ||
} |
@@ -261,2 +261,3 @@ ## <ngx-avatars> | ||
## Release Notes & History | ||
* 1.2.0: Migrate Angular to V13. Migrate RXJS to V7.4.0 | ||
* 1.1.3: Fix package versioning in release | ||
@@ -263,0 +264,0 @@ * 1.1.2: Fixed build issues. |
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
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
313
274246
2889