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.26 to 0.1.27

2

dist/DataSet/types.d.ts

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

import { Query } from "../Query/types";
type JoinOn = {

@@ -23,3 +24,4 @@ type: "rightJoin" | "leftJoin" | "innerJoin" | "outerJoin" | "leftOuterJoin" | "rightOuterJoin";

joins: Array<JoinOn>;
permanentFilters?: Query["filter"];
};
export {};

2

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