Socket
Socket
Sign inDemoInstall

@juit/pgproxy-client-whatwg

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juit/pgproxy-client-whatwg - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/index.d.ts

@@ -21,3 +21,3 @@ import { PGClient, WebSocketProvider } from '@juit/pgproxy-client';

constructor(url: URL, options?: WHATWGOptions);
query: (query: string, params: (string | null)[]) => Promise<PGConnectionResult>;
query: (query: string, params?: (string | null)[]) => Promise<PGConnectionResult>;
protected _getWebSocket: () => Promise<PGWebSocket>;

@@ -24,0 +24,0 @@ protected _getUniqueRequestId: () => string;

{
"name": "@juit/pgproxy-client-whatwg",
"version": "1.0.1",
"version": "1.0.2",
"main": "./dist/index.cjs",

@@ -38,3 +38,3 @@ "module": "./dist/index.mjs",

"dependencies": {
"@juit/pgproxy-client": "1.0.1"
"@juit/pgproxy-client": "1.0.2"
},

@@ -41,0 +41,0 @@ "directories": {

@@ -115,3 +115,3 @@ import { PGClient, WebSocketProvider, assert, registerProvider } from '@juit/pgproxy-client'

query: string,
params: (string | null)[],
params?: (string | null)[],
): Promise<PGConnectionResult> => {

@@ -158,3 +158,3 @@ const token = await createToken(secret, crypto)

query: (query: string, params: (string | null)[]) => Promise<PGConnectionResult>
query: (query: string, params?: (string | null)[]) => Promise<PGConnectionResult>
protected _getWebSocket: () => Promise<PGWebSocket>

@@ -161,0 +161,0 @@ protected _getUniqueRequestId: () => string

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