Socket
Socket
Sign inDemoInstall

knex-with-snowflake-latest

Package Overview
Dependencies
26
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.6 to 2.4.8

10

lib/dialects/snowflake/index.js

@@ -1,3 +0,7 @@

import { defer, fromPairs, isArray, toPairs } from 'lodash';
import { QueryCompiler } from './query/QueryCompiler';
const defer = require('lodash/defer');
const fromPairs = require('lodash/fromPairs');
const isArray = require('lodash/isArray');
const toPairs = require('lodash/toPairs');
const QueryCompiler = require('./query/QueryCompiler');
import { SchemaCompiler, TableCompiler } from './schema';

@@ -10,3 +14,3 @@ import * as ColumnBuilder from '../../schema/columnbuilder';

export class Client_Snowflake extends Client {
class Client_Snowflake extends Client {
constructor(

@@ -13,0 +17,0 @@ config = {

// @ts-ignore
import * as QueryCompiler_MySQL from '../../mysql/query/mysql-querycompiler';
export class QueryCompiler extends QueryCompiler_MySQL {
class QueryCompiler extends QueryCompiler_MySQL {
constructor(client, builder) {

@@ -23,1 +23,4 @@ super(client, builder);

}
module.exports = QueryCompiler;
{
"name": "knex-with-snowflake-latest",
"version": "2.4.6",
"version": "2.4.8",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",

@@ -5,0 +5,0 @@ "main": "knex",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc