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.2
to
0.5.3
+20
-0
CHANGELOG.md

@@ -7,2 +7,22 @@ # Changelog

## [0.5.3] - 2025-12-07
### Added
- **Connector Configuration Command**
- New `databasin connectors config` command to view connector configurations
- Shows connector category, active status, and required pipeline screens
- `--screens` flag displays detailed workflow screen information
- `--all` flag lists all 51 available connector configurations
- Supports table, JSON, and CSV output formats
- Helps understand pipeline wizard workflows for each connector type
- Uses cached configuration files from web app (5-minute TTL)
### Changed
- **Configuration Management**
- Added `DATABASIN_WEB_URL` environment variable for web app URL
- ConfigurationClient now included in default client exports
- Config loader supports `webUrl` in all configuration sources
## [0.6.0] - TBD

@@ -9,0 +29,0 @@

+2
-2
{
"buildDate": "2025-12-08T00:21:38.602Z",
"version": "0.5.2",
"buildDate": "2025-12-08T01:42:00.779Z",
"version": "0.5.3",
"platform": "linux",

@@ -5,0 +5,0 @@ "arch": "x64",

{
"name": "@databasin/cli",
"version": "0.5.2",
"version": "0.5.3",
"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