Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dataform/core

Package Overview
Dependencies
Maintainers
2
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dataform/core - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

4

adapters/index.d.ts

@@ -26,4 +26,4 @@ /// <amd-module name="@dataform/core/adapters/index" />

bigquery: ("projectId" | "credentials" | "location")[];
postgres: ("host" | "port" | "username" | "password" | "databaseName")[];
redshift: ("host" | "port" | "username" | "password" | "databaseName")[];
postgres: ("host" | "port" | "username" | "password" | "databaseName" | "sshTunnel")[];
redshift: ("host" | "port" | "username" | "password" | "databaseName" | "sshTunnel")[];
snowflake: ("username" | "password" | "databaseName" | "accountId" | "role" | "warehouse")[];

@@ -30,0 +30,0 @@ sqldatawarehouse: ("port" | "username" | "password" | "server" | "database")[];

{
"version": "1.6.0",
"version": "1.6.1",
"homepage": "https://github.com/dataform-co/dataform",

@@ -24,4 +24,4 @@ "license": "MIT",

"dependencies": {
"@dataform/protos": "1.6.0",
"@dataform/sqlx": "1.6.0",
"@dataform/protos": "1.6.1",
"@dataform/sqlx": "1.6.1",
"protobufjs": "^6.8.8",

@@ -28,0 +28,0 @@ "tarjan-graph": "^2.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc