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.4.0
to
0.4.1
+2
-2
dist/build-info.json
{
"buildDate": "2025-12-06T20:36:06.008Z",
"version": "0.4.0",
"buildDate": "2025-12-06T23:08:36.277Z",
"version": "0.4.1",
"platform": "linux",

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

{
"name": "@databasin/cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "Command-line interface for Databasin data integration platform - manage projects, connectors, pipelines, and execute SQL queries",

@@ -25,3 +25,4 @@ "type": "module",

"format": "echo 'Formatting not configured yet'",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"dev:install": "cp dist/linux-x64/databasin ~/.local/bin/databasin"
},

@@ -28,0 +29,0 @@ "dependencies": {

Sorry, the diff of this file is too big to display