Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nostr-dev-kit/cache-sqlite

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nostr-dev-kit/cache-sqlite - npm Package Compare versions

Comparing version
6.0.0
to
6.1.0
+8
-8
package.json
{
"name": "@nostr-dev-kit/cache-sqlite",
"version": "6.0.0",
"version": "6.1.0",
"description": "SQLite cache adapter for NDK using better-sqlite3, compatible with Node.js environments.",

@@ -27,5 +27,5 @@ "keywords": [

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.js"
}

@@ -47,7 +47,7 @@ },

"devDependencies": {
"@nostr-dev-kit/ndk": "^2.17.2",
"@nostr-dev-kit/ndk": "^2.17.7",
"@types/better-sqlite3": "^7.6.8",
"tsup": "^8.0.0",
"typescript": "^5.0.0",
"vitest": "^1.0.0"
"tsup": "^8.4.0",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},

@@ -59,4 +59,4 @@ "license": "MIT",

"peerDependencies": {
"@nostr-dev-kit/ndk": "^2.17.2"
"@nostr-dev-kit/ndk": "^2.17.7"
}
}