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

sql-ts

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-ts - npm Package Compare versions

Comparing version 6.0.2 to 6.1.0

17

dist/lib.d.ts

@@ -721,2 +721,10 @@ /// <reference types="node" />

declare class ParameterNode extends Node {
static getNodeOrParameterNode(value?: INodeable | unknown): Node;
isExplicit: boolean;
private val;
constructor(val: any);
value(): any;
}
declare class RowCallNode extends ValueExpressionNode {

@@ -747,2 +755,3 @@ constructor(args: any[]);

literal(literal: any): LiteralNode;
parameter(value: any): ParameterNode;
}

@@ -867,10 +876,2 @@

declare class ParameterNode extends Node {
static getNodeOrParameterNode(value?: INodeable | unknown): Node;
isExplicit: boolean;
private val;
constructor(val: any);
value(): any;
}
declare class DefaultNode extends Node {

@@ -877,0 +878,0 @@ constructor();

@@ -8,3 +8,3 @@ {

"description": "SQL Builder",
"version": "6.0.2",
"version": "6.1.0",
"homepage": "https://github.com/charsleysa/node-sql-ts",

@@ -11,0 +11,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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