Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axah/cache

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axah/cache - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

2

lib/backend/redis.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc