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

pgsql-deparser

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgsql-deparser - npm Package Compare versions

Comparing version 13.9.0 to 13.10.0

10

package.json
{
"name": "pgsql-deparser",
"version": "13.9.0",
"version": "13.10.0",
"description": "PostgreSQL AST Deparser",

@@ -77,3 +77,3 @@ "author": "Dan Lynch <pyramation@gmail.com>",

"jest": "^29.7.0",
"pgsql-parser": "^13.10.0",
"pgsql-parser": "^13.11.0",
"prettier": "^2.8.7",

@@ -86,7 +86,7 @@ "rimraf": "5.0.5",

"dependencies": {
"@pgsql/types": "^13.4.0",
"@pgsql/types": "^13.5.0",
"dotty": "^0.1.0",
"pgsql-enums": "^13.5.0"
"pgsql-enums": "^13.6.0"
},
"gitHead": "c0bd23b97f290a7567a43383b21e16b5a5897780"
"gitHead": "cd187e188468f85b9216b6af25092dad016bcd8e"
}

@@ -79,3 +79,3 @@ # pgsql-deparser

* [@pgsql/types](https://github.com/launchql/pgsql-parser/tree/main/packages/types): Offers TypeScript type definitions for PostgreSQL AST nodes, facilitating type-safe construction, analysis, and manipulation of ASTs.
* [@pgsql/utils](https://github.com/launchql/pgsql-parser/tree/main/packages/utils): A utility library for working with PostgreSQL AST node enumerations in a type-safe way, easing enum name and value conversions.
* [@pgsql/utils](https://github.com/launchql/pgsql-parser/tree/main/packages/utils): A comprehensive utility library for PostgreSQL, offering type-safe AST node creation and enum value conversions, simplifying the construction and manipulation of PostgreSQL ASTs.
* [pg-proto-parser](https://github.com/launchql/pg-proto-parser): A TypeScript tool that parses PostgreSQL Protocol Buffers definitions to generate TypeScript interfaces, utility functions, and JSON mappings for enums.

@@ -82,0 +82,0 @@ * [libpg-query](https://github.com/launchql/libpg-query-node): The real PostgreSQL parser exposed for Node.js, used primarily in `pgsql-parser` for parsing and deparsing SQL queries.

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