ngx-cacheable
Advanced tools
Comparing version 1.3.0-beta.0 to 1.3.0
{ | ||
"name": "ngx-cacheable", | ||
"version": "1.3.0-beta.0", | ||
"version": "1.3.0", | ||
"description": "Promise/Observable cache decorators", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -52,2 +52,6 @@ [![Build Status](https://travis-ci.org/angelnikolov/ngx-cacheable.svg?branch=master)](https://travis-ci.org/angelnikolov/ngx-cacheable) | ||
/** | ||
* @description cache hasher which will be called to hash the parameters into a cache key | ||
*/ | ||
cacheHasher?: ICacheHasher; | ||
/** | ||
* @description cache decider that will figure out if the response should be cached or not, based on it | ||
@@ -54,0 +58,0 @@ */ |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
199754
1
154
1