Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@deepnote/database-integrations

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepnote/database-integrations - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+24
-24
dist/index.cjs

@@ -560,8 +560,8 @@ //#region rolldown:runtime

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -577,8 +577,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -592,8 +592,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -619,8 +619,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -648,8 +648,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: metadata.sshEnabled == null ? void 0 : String(metadata.sshEnabled),
ssh_options: metadata.sshEnabled ? {
enabled: true,
host: metadata.sshHost,
port: metadata.sshPort,
user: metadata.sshUser
}
} : {}
};

@@ -681,8 +681,8 @@ if (metadata.authMethod === AwsAuthMethods.IamRole && metadata.roleArn && metadata.roleExternalId) vars.iamParams = {

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -735,8 +735,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -802,8 +802,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -810,0 +810,0 @@ };

@@ -536,8 +536,8 @@ import z$1, { z } from "zod";

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -553,8 +553,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -568,8 +568,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -595,8 +595,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -624,8 +624,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: metadata.sshEnabled == null ? void 0 : String(metadata.sshEnabled),
ssh_options: metadata.sshEnabled ? {
enabled: true,
host: metadata.sshHost,
port: metadata.sshPort,
user: metadata.sshUser
}
} : {}
};

@@ -657,8 +657,8 @@ if (metadata.authMethod === AwsAuthMethods.IamRole && metadata.roleArn && metadata.roleExternalId) vars.iamParams = {

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -711,8 +711,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -778,8 +778,8 @@ };

param_style: "pyformat",
ssh_options: {
enabled: sshEnabled == null ? void 0 : String(sshEnabled),
ssh_options: sshEnabled ? {
enabled: true,
host: sshHost,
port: sshPort,
user: sshUser
}
} : {}
};

@@ -786,0 +786,0 @@ };

{
"name": "@deepnote/database-integrations",
"version": "1.2.0",
"version": "1.2.1",
"description": "Deepnote database integration definitions",

@@ -5,0 +5,0 @@ "keywords": [],

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

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