@axah/cache
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -25,3 +25,3 @@ "use strict"; | ||
const client = await new Promise(async (res, rej) => { | ||
const client = await new Promise((res, rej) => { | ||
// $FlowFixMe | ||
@@ -28,0 +28,0 @@ const options = passwordFile ? { ...opts, |
@@ -17,2 +17,3 @@ "use strict"; | ||
/* eslint "import/no-unused-modules": "error" */ | ||
function createCache(options, log) { | ||
@@ -19,0 +20,0 @@ if (!options.enabled) { |
{ | ||
"name": "@axah/cache", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Provides a cache either backed by RAM or redis", | ||
@@ -28,14 +28,14 @@ "main": "lib/index.js", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.12.1", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-flowtype": "^3.2.1", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-flowtype": "^4.6.0", | ||
"eslint-plugin-import": "^2.15.0", | ||
"flow-bin": "0.95.1", | ||
"flow-bin": "0.117.0", | ||
"flow-copy-source": "^2.0.2", | ||
"flow-typed": "^2.5.1", | ||
"jest": "^24.5.0", | ||
"nodemon": "^1.18.9", | ||
"jest": "^25.1.0", | ||
"nodemon": "^2.0.2", | ||
"npm-run-all": "^4.1.5", | ||
"pino": "^5.0.0", | ||
"pino-pretty": "^2.5.0" | ||
"pino-pretty": "^3.5.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12485
179
1