New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@databasin/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databasin/cli - npm Package Compare versions

Comparing version
0.5.1
to
0.5.2
+10
-0
CHANGELOG.md

@@ -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 @@

+2
-2
{
"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",

{
"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