Socket
Socket
Sign inDemoInstall

libpg-query

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libpg-query - npm Package Compare versions

Comparing version 15.0.2 to 16.0.0

8

package.json
{
"name": "libpg-query",
"version": "15.0.2",
"version": "16.0.0",
"description": "The real PostgreSQL query parser",
"homepage": "https://github.com/pyramation/libpg-query-node",
"homepage": "https://github.com/launchql/libpg-query-node",
"main": "index.js",

@@ -23,3 +23,3 @@ "typings": "index.d.ts",

"type": "git",
"url": "git://github.com/pyramation/libpg-query-node.git"
"url": "git://github.com/launchql/libpg-query-node.git"
},

@@ -34,3 +34,3 @@ "devDependencies": {

"node-addon-api": "^1.6.3",
"node-gyp": "^8.0.0"
"node-gyp": "^10.0.1"
},

@@ -37,0 +37,0 @@ "keywords": [

# libpg-query
<p align="center" width="100%">
<a href="https://www.npmjs.com/package/libpg-query"><img height="20" src="https://img.shields.io/npm/dt/libpg-query"></a>
<a href="https://www.npmjs.com/package/libpg-query"><img height="20" src="https://img.shields.io/npm/dw/libpg-query"/></a>
<a href="https://github.com/launchql/libpg-query/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
<a href="https://www.npmjs.com/package/libpg-query"><img height="20" src="https://img.shields.io/github/package-json/v/launchql/libpg-query-node"/></a>
</p>
The real PostgreSQL parser, exposed for nodejs.

@@ -45,16 +52,2 @@

## Versions
Our latest is built with `15-latest` branch from libpg_query
| PostgreSQL Major Version | libpg_query | Status | npm
|--------------------------|-------------|---------------------|---------|
| 15 | 15-latest | Supported | [`latest`](https://www.npmjs.com/package/libpg-query/v/latest)
| 14 | 14-latest | Supported | [`libpg-query@14.0.0`](https://www.npmjs.com/package/libpg-query/v/14.0.0)
| 13 | 13-latest | Supported | [`libpg-query@13.3.1`](https://www.npmjs.com/package/libpg-query/v/13.3.1)
| 12 | (n/a) | Not supported |
| 11 | (n/a) | Not supported |
| 10 | 10-latest | Not supported | `@1.3.1` ([tree](https://github.com/pyramation/pgsql-parser/tree/39b7b1adc8914253226e286a48105785219a81ca)) |
## Related

@@ -73,4 +66,4 @@

Additional thanks for node binding [Ethan Resnick](github.com/ethanresnick).
Additional thanks for node binding [Ethan Resnick](https://github.com/ethanresnick).
Original [Code](https://github.com/zhm/node-pg-query-native) and [License](https://github.com/zhm/node-pg-query-native/blob/master/LICENSE.md)

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