🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@deepnote/database-integrations

Package Overview
Dependencies
Maintainers
4
Versions
17
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.2
to
1.3.0
+9
-3
dist/index.cjs

@@ -305,3 +305,3 @@ //#region rolldown:runtime

metadata: databaseMetadataSchemasByType["big-query"],
federated_auth_method: zod.default.enum(["google-oauth"]).optional().nullable()
federated_auth_method: zod.default.enum(["service-account", "google-oauth"]).optional().nullable()
}),

@@ -361,3 +361,7 @@ commonIntegrationConfig.extend({

metadata: databaseMetadataSchemasByType["redshift"],
federated_auth_method: zod.default.enum(["individual-credentials"]).optional().nullable()
federated_auth_method: zod.default.enum([
"username-and-password",
"iam-role",
"individual-credentials"
]).optional().nullable()
}),

@@ -371,3 +375,5 @@ commonIntegrationConfig.extend({

"azure",
"key-pair"
"key-pair",
"password",
"service-account-key-pair"
]).optional().nullable()

@@ -374,0 +380,0 @@ }),

@@ -281,3 +281,3 @@ import z$1, { z } from "zod";

metadata: databaseMetadataSchemasByType["big-query"],
federated_auth_method: z$1.enum(["google-oauth"]).optional().nullable()
federated_auth_method: z$1.enum(["service-account", "google-oauth"]).optional().nullable()
}),

@@ -337,3 +337,7 @@ commonIntegrationConfig.extend({

metadata: databaseMetadataSchemasByType["redshift"],
federated_auth_method: z$1.enum(["individual-credentials"]).optional().nullable()
federated_auth_method: z$1.enum([
"username-and-password",
"iam-role",
"individual-credentials"
]).optional().nullable()
}),

@@ -347,3 +351,5 @@ commonIntegrationConfig.extend({

"azure",
"key-pair"
"key-pair",
"password",
"service-account-key-pair"
]).optional().nullable()

@@ -350,0 +356,0 @@ }),

{
"name": "@deepnote/database-integrations",
"version": "1.2.2",
"version": "1.3.0",
"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