+1
-1
| { | ||
| "name": "@jnode/db", | ||
| "version": "1.1.0", | ||
| "version": "1.1.1", | ||
| "description": "Simple database package for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
+4
-4
@@ -22,2 +22,3 @@ /* | ||
| this.types = Object.assign({}, defaultDBLETypes, options.types); | ||
| this._task = Promise.resolve(); | ||
| } | ||
@@ -248,6 +249,5 @@ | ||
| if (skipQueue) return func(); | ||
| return this._task = (async () => { | ||
| try { await this._task; } catch { } | ||
| return await func(); | ||
| })(); | ||
| const task = this._task.then(() => func()); | ||
| this._task = task.catch(() => null); | ||
| return task; | ||
| } | ||
@@ -254,0 +254,0 @@ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
72202
0.03%