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.215 to 0.0.216

3

dist/QueryEngineConfig/constants.d.ts

@@ -1,4 +0,5 @@

import { SupportedAggregates, SupportedOperators, SupportedTimeTruncFunctions } from './types';
import { FrontendFeature, SupportedAggregates, SupportedOperators, SupportedTimeTruncFunctions } from './types';
export declare const supportedOperatorsConstants: SupportedOperators;
export declare const timeDimensionsConstants: SupportedTimeTruncFunctions;
export declare const supportedAggregatesConstants: SupportedAggregates;
export declare const ALL_FRONTEND_FEATURES: FrontendFeature[];
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.supportedAggregatesConstants = exports.timeDimensionsConstants = exports.supportedOperatorsConstants = void 0;
exports.ALL_FRONTEND_FEATURES = exports.supportedAggregatesConstants = exports.timeDimensionsConstants = exports.supportedOperatorsConstants = void 0;
exports.supportedOperatorsConstants = {

@@ -174,1 +174,2 @@ '>': {

};
exports.ALL_FRONTEND_FEATURES = ['formatter:monthOfYearOnly'];
{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.215",
"version": "0.0.216",
"source": "src/index.ts",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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