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 16.2.0 to 16.2.2

script/workflows.js

21

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

@@ -33,5 +33,6 @@ "homepage": "https://github.com/launchql/libpg-query-node",

"scripts": {
"clean": "rimraf build",
"configure": "node-pre-gyp configure",
"install": "node-pre-gyp install --fallback-to-build",
"rebuild": "node-pre-gyp configure rebuild",
"install": "node-pre-gyp install --fallback-to-build --loglevel verbose",
"rebuild": "node-pre-gyp rebuild --loglevel verbose",
"make:wasm": "docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk emmake make",

@@ -42,2 +43,3 @@ "build:wasm": "yarn make:wasm build",

"clean-cache:wasm": "yarn make:wasm clean-cache",
"workflows": "node script/workflows.js",
"test": "mocha --timeout 5000",

@@ -54,6 +56,8 @@ "binary:build": "node-pre-gyp rebuild package",

"devDependencies": {
"@yamlize/cli": "^0.8.0",
"chai": "^3.5.0",
"emnapi": "^0.43.1",
"lodash": "^4.17.15",
"mocha": "^5.2.0"
"mocha": "^5.2.0",
"rimraf": "5.0.0"
},

@@ -78,5 +82,8 @@ "dependencies": {

"module_path": "./build/Release/",
"host": "https://supabase-public-artifacts-bucket.s3.amazonaws.com",
"remote_path": "./libpg-query-node/"
"host": "https://gnbyoxcowpfpalflhptv.supabase.co/storage/v1/s3",
"remote_path": "./libpg-query-node/",
"bucket": "public-artifacts",
"region": "us-east-1",
"s3ForcePathStyle": true
}
}
}

@@ -11,3 +11,13 @@ # libpg-query

<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>
<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><br />
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/run-tests-linux.yml">
<img height="20" src="https://github.com/launchql/libpg-query-node/actions/workflows/run-tests-linux.yml/badge.svg" />
</a>
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/run-tests-mac.yml">
<img height="20" src="https://github.com/launchql/libpg-query-node/actions/workflows/run-tests-mac.yml/badge.svg" />
</a>
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/run-tests-win.yml">
<img height="20" src="https://github.com/launchql/libpg-query-node/actions/workflows/run-tests-win.yml/badge.svg" />
</a>
</p>

@@ -63,4 +73,4 @@

|--------------------------|-------------|------------------------------------------------------------------------------------------------|---------|
| 16 | 16-latest | [`16-latest`](https://github.com/launchql/libpg-query-node/tree/16-latest) | [`libpg-query@16.0.0`](https://www.npmjs.com/package/libpg-query/v/latest)
| 15 | 15-latest | [`15-latest`](https://github.com/launchql/libpg-query-node/tree/15-latest) | [`libpg-query@15.0.3`](https://www.npmjs.com/package/libpg-query/v/15.0.3)
| 16 | 16-latest | [`16-latest`](https://github.com/launchql/libpg-query-node/tree/16-latest) | [`libpg-query@16.2.0`](https://www.npmjs.com/package/libpg-query/v/latest)
| 15 | 15-latest | [`15-latest`](https://github.com/launchql/libpg-query-node/tree/15-latest) | [`libpg-query@15.1.0`](https://www.npmjs.com/package/libpg-query/v/15.1.0)
| 14 | 14-latest | [`14-latest`](https://github.com/launchql/libpg-query-node/tree/14-latest) | [`libpg-query@14.0.0`](https://www.npmjs.com/package/libpg-query/v/14.0.0)

@@ -67,0 +77,0 @@ | 13 | 13-latest | [`13-latest`](https://github.com/launchql/libpg-query-node/tree/13-latest) | [`libpg-query@13.3.1`](https://www.npmjs.com/package/libpg-query/v/13.3.1)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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