New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@type-cacheable/redis-adapter

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-cacheable/redis-adapter - npm Package Compare versions

Comparing version 13.0.0 to 14.0.0

0

dist/index.d.ts

@@ -0,0 +0,0 @@ import { RedisClientType } from '@redis/client/dist/lib/client';

4

dist/index.js

@@ -13,3 +13,3 @@ "use strict";

exports.useAdapter = exports.RedisAdapter = void 0;
const compareVersions = require("compare-versions");
const compare_versions_1 = require("compare-versions");
const core_1 = require("@type-cacheable/core");

@@ -154,3 +154,3 @@ // In order to support scalars in hsets (likely not the intended use, but support has been requested),

if (this.redisVersion &&
compareVersions(this.redisVersion, REDIS_VERSION_UNLINK_INTRODUCED) >= 0) {
(0, compare_versions_1.compareVersions)(this.redisVersion, REDIS_VERSION_UNLINK_INTRODUCED) >= 0) {
const result = yield this.redisClient.unlink(keyOrKeys);

@@ -157,0 +157,0 @@ return RedisAdapter.processResponse(result);

{
"name": "@type-cacheable/redis-adapter",
"version": "13.0.0",
"version": "14.0.0",
"description": "Adapter for using redis with type-cacheable",

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

"devDependencies": {
"@type-cacheable/core": "^10.1.2",
"@type-cacheable/core": "^11.0.0",
"@types/redis": "^4.0.11",

@@ -49,5 +49,5 @@ "redis": "^4.1.0",

"dependencies": {
"compare-versions": "^4.0.0"
"compare-versions": "^5.0.1"
},
"gitHead": "fc819565536432e484c60432a6c184ba700b3c92"
"gitHead": "ba374530da264bef419e893c8fa44ee2479c7782"
}

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