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

@nymphjs/driver-sqlite3

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nymphjs/driver-sqlite3 - npm Package Compare versions

Comparing version
1.0.0-beta.111
to
1.0.0-beta.112
+4
-0
CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

# [1.0.0-beta.112](https://forge.sciactive.com/sciactive/nymphjs/compare/v1.0.0-beta.111...v1.0.0-beta.112) (2026-04-03)
**Note:** Version bump only for package @nymphjs/driver-sqlite3
# [1.0.0-beta.111](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.110...v1.0.0-beta.111) (2026-03-10)

@@ -8,0 +12,0 @@

+7
-7
{
"name": "@nymphjs/driver-sqlite3",
"version": "1.0.0-beta.111",
"version": "1.0.0-beta.112",
"description": "Nymph.js - SQLite3 DB Driver",

@@ -26,12 +26,12 @@ "type": "module",

"type": "git",
"url": "git+https://github.com/sciactive/nymphjs.git"
"url": "git+https://forge.sciactive.com/sciactive/nymphjs.git"
},
"author": "Hunter Perrin <hperrin@gmail.com>",
"bugs": {
"url": "https://github.com/sciactive/nymphjs/issues"
"url": "https://forge.sciactive.com/sciactive/nymphjs/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/guid": "^1.0.0-beta.111",
"@nymphjs/nymph": "^1.0.0-beta.111",
"@nymphjs/guid": "^1.0.0-beta.112",
"@nymphjs/nymph": "^1.0.0-beta.112",
"@sciactive/tokenizer": "^3.0.2",

@@ -41,3 +41,3 @@ "better-sqlite3": "^12.6.2"

"devDependencies": {
"@nymphjs/tilmeld": "^1.0.0-beta.111",
"@nymphjs/tilmeld": "^1.0.0-beta.112",
"@tsconfig/recommended": "^1.0.13",

@@ -51,3 +51,3 @@ "@types/better-sqlite3": "^7.6.13",

},
"gitHead": "8028358367d8fd89bb434f122b243bec4c71f2e1"
"gitHead": "20157c196abcc9dcc70c1dff207cbea35a32f69f"
}