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 13.2.4-rc2 to 13.2.4

6

package.json
{
"name": "libpg-query",
"version": "13.2.4-rc2",
"version": "13.2.4",
"description": "The real PostgreSQL query parser",

@@ -15,3 +15,5 @@ "homepage": "https://github.com/pyramation/libpg-query-node",

"rebuild": "node-pre-gyp configure rebuild",
"test": "mocha --timeout 5000"
"test": "mocha --timeout 5000",
"binary:build": "node-pre-gyp rebuild package",
"binary:publish": "AWS_PROFILE=supabase-dev node-pre-gyp publish"
},

@@ -18,0 +20,0 @@ "author": "Dan Lynch <pyramation@gmail.com> (http://github.com/pyramation)",

@@ -13,2 +13,9 @@ # libpg-query

Or you can run the scripts
```
npm run binary:build
npm run binary:publish
```
## Installation

@@ -15,0 +22,0 @@

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