@@ -124,2 +124,6 @@ 'use strict'; | ||
| } | ||
| async empty() { | ||
| const block = await empty; | ||
| return new Database(await block.cid(), this.store); | ||
| } | ||
| } | ||
@@ -126,0 +130,0 @@ remoteExports.Database = Database; |
@@ -125,2 +125,6 @@ import { | ||
| } | ||
| async empty() { | ||
| const block = await empty; | ||
| return new Database(await block.cid(), this.store); | ||
| } | ||
| } | ||
@@ -127,0 +131,0 @@ remoteExports.Database = Database; |
+1
-1
| { | ||
| "name": "dagdb", | ||
| "version": "0.14.7", | ||
| "version": "0.15.0", | ||
| "description": "Syncable large scale database built on IPLD", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
176826
0.13%5732
0.14%1
-50%