Socket
Socket
Sign inDemoInstall

just-sql-query-builder

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "just-sql-query-builder",
"version": "1.0.4",
"version": "1.0.5",
"author": "Uldis Jansons <uj@mobilly.lv>",

@@ -5,0 +5,0 @@ "license": "APLv2",

@@ -7,4 +7,4 @@ import QueryBuilder from './QueryBuilder';

protected conditions: Condition[] = [];
private limit: number = 0;
private offset: number = 0;
public limit: number = 0;
public offset: number = 0;

@@ -11,0 +11,0 @@ constructor(target: string = null) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc