@databasin/cli
Advanced tools
+10
-0
@@ -17,2 +17,12 @@ # Changelog | ||
| ## [0.5.2] - 2025-12-07 | ||
| ### Fixed | ||
| - **Self-Update Cross-Device Move Error** | ||
| - Fixed `EXDEV: cross-device link not permitted` error when updating CLI | ||
| - Added `safeMove()` helper that handles cross-filesystem moves (e.g., `/tmp` to `/home`) | ||
| - Update command now uses copy+delete fallback when rename fails across devices | ||
| - All file move operations in update flow now work across different filesystems | ||
| ## [0.5.1] - 2025-12-07 | ||
@@ -19,0 +29,0 @@ |
| { | ||
| "buildDate": "2025-12-07T23:38:50.502Z", | ||
| "version": "0.5.1", | ||
| "buildDate": "2025-12-08T00:21:38.602Z", | ||
| "version": "0.5.2", | ||
| "platform": "linux", | ||
@@ -5,0 +5,0 @@ "arch": "x64", |
+1
-1
| { | ||
| "name": "@databasin/cli", | ||
| "version": "0.5.1", | ||
| "version": "0.5.2", | ||
| "description": "Command-line interface for Databasin data integration platform - manage projects, connectors, pipelines, and execute SQL queries", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances 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 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 instances 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
731984
0.1%19555
0.06%