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
2
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.2 to 0.0.3

dist/errors/VizzlyConfigValidationError.d.ts

3

dist/index.d.ts

@@ -1,1 +0,2 @@

export declare const hi: () => void;
export * as QueryEngineConfig from './QueryEngineConfig';
export * as VizzlyConfig from './VizzlyConfig';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.hi = void 0;
const hi = () => console.log('hi');
exports.hi = hi;
exports.VizzlyConfig = exports.QueryEngineConfig = void 0;
exports.QueryEngineConfig = __importStar(require("./QueryEngineConfig"));
exports.VizzlyConfig = __importStar(require("./VizzlyConfig"));
{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.2",
"version": "0.0.3",
"source": "src/index.ts",

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

"@types/jest": "^29.5.12",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"uuid": "^9.0.1"
},
"dependencies": {
"@vizzly/sqlbuilder-public": "^0.0.63"
}
}
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