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.6 to 9.0.1

7

package.json
{
"name": "@type-cacheable/redis-adapter",
"version": "8.0.6",
"version": "9.0.1",
"description": "Adapter for using redis with type-cacheable",

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

"devDependencies": {
"@type-cacheable/core": "^9.0.1",
"@types/jest": "^26.0.0",

@@ -47,9 +48,9 @@ "@types/redis": "^2.8.13",

"peerDependencies": {
"@type-cacheable/core": "^8.0.5",
"redis": "^3.0.2"
},
"dependencies": {
"@type-cacheable/core": "^8.0.5",
"compare-versions": "^3.6.0"
},
"gitHead": "7ac5ff2c0b600938d7f7ae879b16ee36b169cf7e"
"gitHead": "b667a76bdef5ae84d5d4cac1fef6c9721e00c3cb"
}

@@ -31,2 +31,2 @@ # @type-cacheable/redis-adapter

Then you can rely on the `@Cacheable`, `@CacheUpdate`, and `@CacheClear` decorators from `@type-cacheable/core`. [See core documentation](https://github.com/joshuaslate/type-cacheable/tree/master/packages/core)
Then you can rely on the `@Cacheable`, `@CacheUpdate`, and `@CacheClear` decorators from `@type-cacheable/core`. [See core documentation](https://github.com/joshuaslate/type-cacheable/tree/main/packages/core)
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