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

@vizzly/sqlbuilder-public

Package Overview
Dependencies
Maintainers
2
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.0.1 to 0.0.29

README.md

2

dist/index.d.ts

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

import { NormalizedDataType } from "./types";
export * from "./nativeDataTypeDatabase";
export * from "./types";
export declare const NORMALIZED_DATA_TYPES: Array<NormalizedDataType>;

@@ -17,3 +17,11 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.NORMALIZED_DATA_TYPES = void 0;
__exportStar(require("./nativeDataTypeDatabase"), exports);
__exportStar(require("./types"), exports);
exports.NORMALIZED_DATA_TYPES = [
"number",
"boolean",
"string",
"date_time",
"string[]",
];

4

package.json
{
"name": "@vizzly/sqlbuilder-public",
"version": "0.0.1",
"version": "0.0.29",
"source": "src/index.ts",

@@ -22,2 +22,2 @@ "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