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

sql-parser-cst

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-parser-cst - npm Package Compare versions

Comparing version 0.21.1 to 0.21.2

4

lib/cst/Select.d.ts

@@ -266,4 +266,4 @@ import { AllColumns, BaseNode, Empty, Keyword } from "./Base";

type: "func_call_with_column_definitions";
funcCall: FuncCall;
asKw: Keyword<"AS">;
funcCall: Alias<FuncCall> | FuncCall;
asKw?: Keyword<"AS">;
columns: ParenExpr<ListExpr<ColumnDefinition>>;

@@ -270,0 +270,0 @@ }

@@ -5,3 +5,3 @@ {

"license": "GPL-2.0-or-later",
"version": "0.21.1",
"version": "0.21.2",
"main": "lib/main.js",

@@ -8,0 +8,0 @@ "types": "lib/main.d.ts",

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

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