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.49 to 0.0.50

dist/types.d.ts

1

dist/index.d.ts
export * as QueryEngineConfig from './QueryEngineConfig';
export * as VizzlyConfig from './VizzlyConfig';
export * from './types';

@@ -25,2 +25,5 @@ "use strict";

};
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -30,1 +33,2 @@ exports.VizzlyConfig = exports.QueryEngineConfig = void 0;

exports.VizzlyConfig = __importStar(require("./VizzlyConfig"));
__exportStar(require("./types"), exports);

4

package.json
{
"name": "@vizzly/semantic-layer-public",
"version": "0.0.49",
"version": "0.0.50",
"source": "src/index.ts",

@@ -29,4 +29,4 @@ "main": "dist/index.js",

"dependencies": {
"@vizzly/sqlbuilder-public": "^0.0.66"
"@vizzly/sqlbuilder-public": "^0.0.68"
}
}
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