From b19a0f295e74773b9d399d4f2a331840ff8f9c42 Mon Sep 17 00:00:00 2001 From: blubaustin <31782440+blubaustin@users.noreply.github.com> Date: Wed, 29 Sep 2021 11:21:58 -0700 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3f2ddd70..caa526598 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "url": "git://github.com/mapbox/node-sqlite3.git" }, "dependencies": { - "node-addon-api": "^3.0.0", + "node-addon-api": "^4.2.0", "@mapbox/node-pre-gyp": "^1.0.0" }, "devDependencies": { From c1bbf47ace23849d5f9f13640f140db36d8d8131 Mon Sep 17 00:00:00 2001 From: blubaustin <31782440+blubaustin@users.noreply.github.com> Date: Mon, 4 Oct 2021 21:21:14 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d27bcef8..0a7a40794 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +This is a fork of node-sqlite3 due to them not updating it. This fork fixes a circular dependency error and security vunerability with tar. I will try to keep this fork up to date the best I can. + Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js](http://nodejs.org/). [![NPM](https://nodei.co/npm/sqlite3.png?downloads=true&downloadRank=true)](https://nodei.co/npm/sqlite3/)