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.213 to 0.0.214

1

dist/index.d.ts

@@ -5,2 +5,1 @@ 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.Query = exports.VizzlyConfig = exports.QueryEngineConfig = void 0;
exports.VizzlyConfig = exports.QueryEngineConfig = void 0;
exports.QueryEngineConfig = __importStar(require("./QueryEngineConfig"));

@@ -35,2 +35,1 @@ 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.213",
"version": "0.0.214",
"source": "src/index.ts",

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

"uuid": "^9.0.1",
"@vizzly/sqlbuilder-public": "0.1.17"
"@vizzly/sqlbuilder-public": "0.1.23"
},
"peerDependencies": {
"@vizzly/sqlbuilder-public": "0.1.17",
"@vizzly/sqlbuilder-public": "0.1.23",
"@vizzly/joi": "^17.11.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