Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vizzly/sqlbuilder-public

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizzly/sqlbuilder-public - npm Package Compare versions

Comparing version 0.1.19 to 0.1.21

dist/Query/index.d.ts

1

dist/index.d.ts

@@ -5,2 +5,3 @@ import { Client, NormalizedDataType } from "./types";

export * as DataSet from "./DataSet";
export * as QueryLogic from "./Query";
export * as Errors from "./errors";

@@ -7,0 +8,0 @@ export declare const NORMALIZED_DATA_TYPES: Array<NormalizedDataType>;

3

dist/index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.getNativeDataTypesOfNormalizedType = exports.DATE_MATHS_OPERATORS = exports.NORMALIZED_DATA_TYPES = exports.Errors = exports.DataSet = void 0;
exports.getNativeDataTypesOfNormalizedType = exports.DATE_MATHS_OPERATORS = exports.NORMALIZED_DATA_TYPES = exports.Errors = exports.QueryLogic = exports.DataSet = void 0;
const nativeDataTypeDatabase_1 = require("./nativeDataTypeDatabase");

@@ -35,2 +35,3 @@ __exportStar(require("./nativeDataTypeDatabase"), exports);

exports.DataSet = __importStar(require("./DataSet"));
exports.QueryLogic = __importStar(require("./Query"));
exports.Errors = __importStar(require("./errors"));

@@ -37,0 +38,0 @@ exports.NORMALIZED_DATA_TYPES = [

{
"name": "@vizzly/sqlbuilder-public",
"version": "0.1.19",
"version": "0.1.21",
"source": "src/index.ts",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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