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

@fdy/simple-postgres

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fdy/simple-postgres - npm Package Compare versions

Comparing version 7.0.0-alpha.5 to 7.0.0-alpha.6

1

dist/src/Connection.d.ts

@@ -6,3 +6,2 @@ import { PoolClient, QueryResult } from "pg";

interface QueryResultRow {
[column: string]: unknown;
}

@@ -9,0 +8,0 @@ /**

2

dist/src/TypedQueryStream.d.ts

@@ -8,3 +8,3 @@ import type QueryStream from "pg-query-stream";

*/
export interface TypedQueryStream<T extends Record<string, unknown>> extends QueryStream {
export interface TypedQueryStream<T> extends QueryStream {
read(size?: number): T[] | null;

@@ -11,0 +11,0 @@ addListener(event: "close", listener: () => void): this;

{
"name": "@fdy/simple-postgres",
"version": "7.0.0-alpha.5",
"version": "7.0.0-alpha.6",
"description": "a minimal postgres interface for node",

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

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