@peerbit/indexer-sqlite3
Advanced tools
+8
-7
| { | ||
| "name": "@peerbit/indexer-sqlite3", | ||
| "version": "3.0.0-2d88223", | ||
| "version": "3.0.0-3dcfc85", | ||
| "description": "SQLite index for document store", | ||
@@ -64,5 +64,5 @@ "type": "module", | ||
| "@dao-xyz/borsh": "^6.0.0", | ||
| "@peerbit/indexer-interface": "3.0.0-2d88223", | ||
| "@peerbit/crypto": "3.0.0-2d88223", | ||
| "@peerbit/time": "3.0.0-2d88223", | ||
| "@peerbit/indexer-interface": "3.0.0-3dcfc85", | ||
| "@peerbit/crypto": "3.0.0-3dcfc85", | ||
| "@peerbit/time": "3.0.0-3dcfc85", | ||
| "@sqlite.org/sqlite-wasm": "^3.51.1-build2", | ||
@@ -76,4 +76,4 @@ "p-defer": "^4.0.0", | ||
| "@types/better-sqlite3": "^7.6.13", | ||
| "@peerbit/indexer-tests": "3.0.0-2d88223", | ||
| "@peerbit/build-assets": "1.1.0-2d88223", | ||
| "@peerbit/indexer-tests": "3.0.0-3dcfc85", | ||
| "@peerbit/build-assets": "1.1.0-3dcfc85", | ||
| "esbuild": "0.27.0" | ||
@@ -89,4 +89,5 @@ }, | ||
| "test:node": "aegir clean && aegir test -t node", | ||
| "lint": "aegir lint" | ||
| "lint": "aegir lint", | ||
| "test:cov": "aegir test -t node --cov" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
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
Network access
Supply chain riskThis module accesses the network.
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
8393763
0+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated