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

@vizzly/semantic-layer-public

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizzly/semantic-layer-public - npm Package Compare versions

Comparing version 0.0.109 to 0.0.110

10

dist/QueryEngineConfig/microsoftSQLServer.js

@@ -5,5 +5,9 @@ "use strict";

const support_1 = require("./support");
const sqldialects_1 = require("@vizzly/sqldialects");
const isKustoFlavor = () => {
var _a;
if (typeof process === 'undefined')
return false;
return ((_a = process.env['VIZZLY_MICROSOFT_FLAVOR']) === null || _a === void 0 ? void 0 : _a.toUpperCase()) === 'KUSTO';
};
const queryEngineConfig = () => {
const dialect = (0, sqldialects_1.getDialect)({ type: 'microsoftSQLServer' });
return {

@@ -31,3 +35,3 @@ origin: 'query-engine',

'minute',
...(dialect.context.flavour === 'kusto' ? [] : ['second']),
...(isKustoFlavor() ? [] : ['second']),
]),

@@ -34,0 +38,0 @@ supportedAggregates: (0, support_1.supportedAggregates)(['sum', 'mean', 'min', 'max', 'count', 'countDistinct']),

{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.109",
"version": "0.0.110",
"source": "src/index.ts",

@@ -27,7 +27,7 @@ "main": "dist/index.js",

"uuid": "^9.0.1",
"@vizzly/sqlbuilder-public": "0.1.1"
"@vizzly/sqlbuilder-public": "0.1.7"
},
"peerDependencies": {
"@vizzly/sqlbuilder-public": "0.1.1"
"@vizzly/sqlbuilder-public": "0.1.7"
}
}
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