Socket
Socket
Sign inDemoInstall

pg-sql2

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-sql2 - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

2

lib/index.js

@@ -37,3 +37,3 @@ "use strict";

export opaque type SQLQuery = Array<SQLNode>
export opaque type SQL = SQLNode | SQLQuery;
export type SQL = SQLNode | SQLQuery;

@@ -40,0 +40,0 @@ type QueryConfig = {

{
"name": "pg-sql2",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Generate safe Postgres-compliant SQL with tagged template literals",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -36,3 +36,3 @@ "use strict";

export opaque type SQLQuery = Array<SQLNode>
export opaque type SQL = SQLNode | SQLQuery;
export type SQL = SQLNode | SQLQuery;

@@ -39,0 +39,0 @@ type QueryConfig = {

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