ngx-data-loader
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "ngx-data-loader", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"peerDependencies": { | ||
@@ -22,23 +22,3 @@ "@angular/common": "^14.1.0", | ||
], | ||
"license": "MIT", | ||
"module": "fesm2015/ngx-data-loader.mjs", | ||
"es2020": "fesm2020/ngx-data-loader.mjs", | ||
"esm2020": "esm2020/ngx-data-loader.mjs", | ||
"fesm2020": "fesm2020/ngx-data-loader.mjs", | ||
"fesm2015": "fesm2015/ngx-data-loader.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-data-loader.mjs", | ||
"es2020": "./fesm2020/ngx-data-loader.mjs", | ||
"es2015": "./fesm2015/ngx-data-loader.mjs", | ||
"node": "./fesm2015/ngx-data-loader.mjs", | ||
"default": "./fesm2020/ngx-data-loader.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} | ||
"license": "MIT" | ||
} |
@@ -15,3 +15,3 @@ # NgxDataLoader | ||
The `NgxDataLoaderComponent` lets you load any kind of async data without having to waste time on common stuff like error handling, cancel/reload strategies and template display logic. | ||
The `NgxDataLoaderComponent` lets you load any kind of async data without having to spend much time on common stuff like error handling, cancel/reload strategies and template display logic. | ||
@@ -18,0 +18,0 @@ You only need to provide a `getDataFn` that returns an `Observable` of the data. You can optionally provide an `ng-template` for each of the loading states. |
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
29
0
0
32183
683
1