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.69 to 0.0.70

1

dist/index.d.ts

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

export declare const NORMALIZED_DATA_TYPES: Array<NormalizedDataType>;
export declare const DATE_MATHS_OPERATORS: string[];

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.NORMALIZED_DATA_TYPES = void 0;
exports.DATE_MATHS_OPERATORS = exports.NORMALIZED_DATA_TYPES = void 0;
__exportStar(require("./nativeDataTypeDatabase"), exports);

@@ -28,1 +28,7 @@ __exportStar(require("./types"), exports);

];
exports.DATE_MATHS_OPERATORS = [
"seconds_between",
"minutes_between",
"hours_between",
"days_between",
];

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

},
VARIANT: {
normalizedType: "string",
},
},

@@ -429,0 +432,0 @@ mysql: {

2

package.json
{
"name": "@vizzly/sqlbuilder-public",
"version": "0.0.69",
"version": "0.0.70",
"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