@coolgk/cache
Advanced tools
Comparing version 1.0.3 to 1.0.4
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.3 | ||
* @version 1.0.4 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* @package @coolgk/utils | ||
* @version 1.0.3 | ||
* @version 1.0.4 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
@@ -1,1 +0,26 @@ | ||
{"name":"@coolgk/cache","version":"1.0.3","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"},"main":"./dist/cache.js","types":"./dist/cache.d.ts","license":"MIT"} | ||
{ | ||
"name": "@coolgk/cache", | ||
"version": "1.0.4", | ||
"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" | ||
}, | ||
"main": "./cache.js", | ||
"types": "./cache.d.ts", | ||
"license": "MIT" | ||
} |
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
5670