Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,9 @@ | ||
### 5.0.2 | ||
* misc updates - **[@dbushong](https://github.com/dbushong)** [#46](https://github.com/groupon/node-cached/pull/46) | ||
- [`25732ff`](https://github.com/groupon/node-cached/commit/25732ffaf461edddb9c03db28bb3c6b4f8d91342) **chore:** run updater | ||
- [`eb5db4e`](https://github.com/groupon/node-cached/commit/eb5db4e64de5e6472de68c9e18cd9b3d05e066d3) **chore:** lint fixes | ||
- [`e301ea9`](https://github.com/groupon/node-cached/commit/e301ea90eb56b2ce143fc394eea869538f3a3716) **chore:** npm audit fix | ||
### 5.0.1 | ||
@@ -2,0 +10,0 @@ |
@@ -58,3 +58,3 @@ /* | ||
{ | ||
name: name, | ||
name, | ||
}, | ||
@@ -61,0 +61,0 @@ options || {} |
@@ -68,3 +68,3 @@ /* | ||
} | ||
return { cb: cb, opts: opts }; | ||
return { cb, opts }; | ||
}; |
{ | ||
"name": "cached", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Simple access to a cache", | ||
@@ -16,7 +16,13 @@ "license": "BSD-3-Clause", | ||
"scripts": { | ||
"pretest": "eslint lib test", | ||
"test": "mocha", | ||
"posttest": "nlm verify" | ||
"lint": "npm-run-all lint:*", | ||
"lint:js": "eslint .", | ||
"pretest": "npm-run-all pretest:*", | ||
"test": "npm-run-all test:*", | ||
"posttest": "npm-run-all posttest:*", | ||
"pretest:lint": "npm-run-all lint:*", | ||
"posttest:nlm": "nlm verify", | ||
"test:unit": "mocha" | ||
}, | ||
"engines": { | ||
"node": ">=8.3.0", | ||
"npm": "^6.0.0" | ||
@@ -37,12 +43,13 @@ }, | ||
"assertive": "^2.1.0", | ||
"eslint": "^4.7.1", | ||
"eslint-config-groupon": "^6.0.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-mocha": "^4.12.1", | ||
"eslint-plugin-node": "^5.1.1", | ||
"eslint-plugin-prettier": "^2.2.0", | ||
"lodash": "^4.17.11", | ||
"mocha": "^5.2.0", | ||
"nlm": "^3.3.4", | ||
"prettier": "^1.6.1" | ||
"eslint": "^6.6.0", | ||
"eslint-config-groupon": "^8.0.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-mocha": "^6.1.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"lodash": "^4.17.15", | ||
"mocha": "^6.2.0", | ||
"nlm": "^3.6.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.18.2" | ||
}, | ||
@@ -49,0 +56,0 @@ "author": { |
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
38498
1641
12