@coolgk/cache
Advanced tools
Comparing version 1.0.8 to 1.0.9
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.8 | ||
* @version 1.0.9 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.8 | ||
* @version 1.0.9 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
@@ -1,1 +0,1 @@ | ||
{"name":"@coolgk/cache","version":"1.0.8","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/utils.git"},"description":"a redis wrapper","keywords":["redis","cache","typescript"],"dependencies":{"@types/redis":"^2.8.3","redis":"^2.8.0"},"pre-commit":{"silent":false,"run":["test:precommit","tslint"]},"main":"./cache.js","types":"./cache.d.ts","license":"MIT"} | ||
{"name":"@coolgk/cache","version":"1.0.9","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/utils.git"},"description":"a redis wrapper","keywords":["redis","cache","typescript"],"dependencies":{"@types/redis":"^2.8.3"},"pre-commit":{"silent":false,"run":["test:precommit","tslint"]},"main":"./cache.js","types":"./cache.d.ts","license":"MIT"} |
@@ -105,2 +105,3 @@ | ||
**Kind**: instance method of [<code>Cache</code>](#Cache) | ||
**Returns**: <code>promise</code> - - cached value | ||
@@ -126,2 +127,3 @@ | Param | Type | Description | | ||
**Kind**: instance method of [<code>Cache</code>](#Cache) | ||
**Returns**: <code>promise</code> - - cached value | ||
@@ -128,0 +130,0 @@ | Param | Type | Default | Description | |
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
6733
1
144
- Removedredis@^2.8.0
- Removeddouble-ended-queue@2.1.0-0(transitive)
- Removedredis@2.8.0(transitive)
- Removedredis-commands@1.7.0(transitive)
- Removedredis-parser@2.6.0(transitive)