New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sql-autocomplete-parsers

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-autocomplete-parsers - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

7

CHANGELOG.md
# Changelog
## [1.3.0](https://github.com/gravity-ui/sql-autocomplete-parsers/compare/v1.2.0...v1.3.0) (2023-06-06)
### Features
* expand ParseResult interface ([7235b0d](https://github.com/gravity-ui/sql-autocomplete-parsers/commit/7235b0dce5d27a2385c1253f07fce2fd2ae56922))
## [1.2.0](https://github.com/gravity-ui/sql-autocomplete-parsers/compare/v1.1.1...v1.2.0) (2023-06-05)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "sql-autocomplete-parsers",
"version": "1.2.0",
"version": "1.3.0",
"description": "A library that provides autocompletion and errors highlighting for various sql dialects",

@@ -5,0 +5,0 @@ "repository": {

@@ -30,2 +30,3 @@ // @ts-ignore

suggestGroupBys?: unknown;
suggestIdentifiers?: IdentifierSuggestion[];
}

@@ -63,2 +64,7 @@

export interface IdentifierSuggestion {
name: string;
type: string;
}
export function parseGenericSql(queryBeforeCursor: string, queryAfterCursor: string, debug?: boolean): ParseResult {

@@ -65,0 +71,0 @@ let parser = genericAutocompleteParser as unknown as Parser;

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