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

cache-manager-ioredis-yet

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-manager-ioredis-yet - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

14

package.json

@@ -18,3 +18,3 @@ {

"description": "Redis store for node-cache-manager updated",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"type": "git",
"url": "https://github.com/node-cache-manager/node-cache-manager-ioredis-yet.git"
"url": "https://github.com/jaredwray/cache-manager.git"
},

@@ -68,12 +68,6 @@ "files": [

"clean": "rimraf dist coverage node_modules yarn.lock pnpm-lock.yaml package-lock.json",
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"test:watch": "vitest test.ts",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"test": "vitest run --coverage",
"fix": "npm run lint && npm run fmt",
"check": "npm run lint:check && npm run fmt:check",
"lint": "eslint --cache --fix '**/*.{ts,js}'",
"fmt": "prettier --write '**/*.{md,prisma,json}'",
"lint:check": "eslint --cache --max-warnings 0 '**/*.{ts,js}'",
"fmt:check": "prettier --check '**/*.{md,json}'"
"test:ci": "vitest run"
}
}
# Redis store for node cache manager
[![npm version](https://badge.fury.io/js/cache-manager-ioredis-yet.svg)](https://www.npmjs.com/package/cache-manager-ioredis-yet) [![codecov](https://codecov.io/gh/node-cache-manager/node-cache-manager-ioredis-yet/branch/master/graph/badge.svg?token=NX28S97MDF)](https://codecov.io/gh/node-cache-manager/node-cache-manager-ioredis-yet)
[![codecov](https://codecov.io/gh/jaredwray/cache-manager/graph/badge.svg?token=lWZ9OBQ7GM)](https://codecov.io/gh/jaredwray/cache-manager)
[![tests](https://github.com/jaredwray/cache-manager/actions/workflows/test.yml/badge.svg)](https://github.com/jaredwray/cache-manager/actions/workflows/test.yml)
[![license](https://img.shields.io/github/license/jaredwray/cache-manager)](https://github.com/jaredwray/cache-manager/blob/main/LICENSE)
[![npm](https://img.shields.io/npm/dm/cache-manager-ioredis-yet)](https://npmjs.com/package/cache-manager-ioredis-yet)
![npm](https://img.shields.io/npm/v/cache-manager-ioredis-yet)
Redis cache store for [node-cache-manager](https://github.com/node-cache-manager/node-cache-manager).
Redis cache store for [node-cache-manager](https://github.com/jaredwray/cache-manager).

@@ -7,0 +11,0 @@ ## Installation

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