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.211 to 0.0.212

dist/Query/index.d.ts

1

dist/index.d.ts

@@ -5,1 +5,2 @@ export * as QueryEngineConfig from './QueryEngineConfig';

export * from './timezones';
export * as Query from './Query';

3

dist/index.js

@@ -29,3 +29,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.VizzlyConfig = exports.QueryEngineConfig = void 0;
exports.Query = exports.VizzlyConfig = exports.QueryEngineConfig = void 0;
exports.QueryEngineConfig = __importStar(require("./QueryEngineConfig"));

@@ -35,1 +35,2 @@ exports.VizzlyConfig = __importStar(require("./VizzlyConfig"));

__exportStar(require("./timezones"), exports);
exports.Query = __importStar(require("./Query"));
export type OriginId = 'direct' | 'environment' | 'vizzly_api' | 'github' | 'remote' | 's3' | 'file' | 'encrypted_blob';
export type * from './QueryEngineConfig/types';
export type * from './Query/types';
{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.211",
"version": "0.0.212",
"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