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 8.0.4 to 8.0.5

2

dist/index.js

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

// array exists at index 1 from SCAN command, cursor is at 0
cursor = cursor !== result[0] ? result[0] : null;
cursor = result[0] !== '0' ? result[0] : null;
keys = [...keys, ...result[1]];

@@ -171,0 +171,0 @@ }

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

@@ -40,5 +40,5 @@ "main": "dist/index.js",

"@types/redis": "^2.8.13",
"jest": "^25.1.0",
"jest": "^26.3.0",
"redis": "^3.0.2",
"ts-jest": "^25.0.0",
"ts-jest": "^26.2.0",
"typescript": "^3.8.3"

@@ -50,6 +50,6 @@ },

"dependencies": {
"@type-cacheable/core": "^8.0.3",
"@type-cacheable/core": "^8.0.4",
"compare-versions": "^3.6.0"
},
"gitHead": "8c17e9cacc5ccbe69c70eb38191830a2fc783927"
"gitHead": "9882a59f8a9b17409eafcc83ebb6d369ebcb9365"
}

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