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

@nostr-dev-kit/ndk-cache-redis

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nostr-dev-kit/ndk-cache-redis - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

9

CHANGELOG.md
# @nostr-dev-kit/ndk-cache-redis
## 2.1.3
### Patch Changes
- Updated dependencies
- Updated dependencies [885b6c2]
- Updated dependencies [5666d56]
- @nostr-dev-kit/ndk@2.3.3
## 2.1.2

@@ -4,0 +13,0 @@

8

package.json
{
"name": "@nostr-dev-kit/ndk-cache-redis",
"version": "2.1.2",
"version": "2.1.3",
"description": "NDK cache adapter for redis.",

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

"typescript": "^5.2.2",
"@nostr-dev-kit/ndk": "2.3.2"
"@nostr-dev-kit/ndk": "2.3.3"
},

@@ -44,4 +44,4 @@ "devDependencies": {

"tsup": "^7.2.0",
"@nostr-dev-kit/eslint-config-custom": "0.0.0",
"@nostr-dev-kit/tsconfig": "0.0.0"
"@nostr-dev-kit/tsconfig": "0.0.0",
"@nostr-dev-kit/eslint-config-custom": "0.0.0"
},

@@ -48,0 +48,0 @@ "scripts": {

@@ -33,3 +33,2 @@ import { NDKCacheAdapter, NDKFilter, NDKRelay, NostrEvent, ProfilePointer } from "@nostr-dev-kit/ndk";

this.debug = opts.debug || _debug("ndk:redis-adapter");
console.trace('redis status', this.redis.status);
this.redis.on("error", (err) => {

@@ -40,3 +39,2 @@ this.debug("redis error", err);

this.expirationTime = opts.expirationTime || 3600;
console.log('redis status', this.redis.status);
}

@@ -43,0 +41,0 @@

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