Socket
Socket
Sign inDemoInstall

slonik

Package Overview
Dependencies
Maintainers
1
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slonik - npm Package Compare versions

Comparing version 43.0.3 to 43.0.4

4

dist/types.d.ts

@@ -6,3 +6,3 @@ /// <reference types="node" />

import { type SlonikError } from '@slonik/errors';
import { type PrimitiveValueExpression, type QuerySqlToken, type SqlFragmentToken, type SqlToken } from '@slonik/sql-tag';
import { type PrimitiveValueExpression, type QuerySqlToken, type SqlToken } from '@slonik/sql-tag';
import { type Readable } from 'node:stream';

@@ -232,3 +232,3 @@ import { type ConnectionOptions as TlsConnectionOptions } from 'node:tls';

};
export type ValueExpression = PrimitiveValueExpression | SqlFragmentToken | SqlToken;
export type ValueExpression = PrimitiveValueExpression | SqlToken;
export type InternalQueryMethod<R = any> = (log: Logger, connection: ConnectionPoolClient, clientConfiguration: ClientConfiguration, slonikSql: QuerySqlToken, uid?: QueryId) => R;

@@ -235,0 +235,0 @@ export type InternalStreamFunction = <T>(log: Logger, connection: ConnectionPoolClient, clientConfiguration: ClientConfiguration, slonikSql: QuerySqlToken, streamHandler: StreamHandler<T>, uid?: QueryId) => Promise<StreamResult>;

@@ -8,4 +8,4 @@ {

"dependencies": {
"@slonik/errors": "^43.0.3",
"@slonik/sql-tag": "^43.0.3",
"@slonik/errors": "^43.0.4",
"@slonik/sql-tag": "^43.0.4",
"@types/pg": "^8.11.6",

@@ -90,3 +90,3 @@ "get-stack-trace": "^3.1.1",

"types": "./dist/index.d.ts",
"version": "43.0.3"
"version": "43.0.4"
}

@@ -10,3 +10,2 @@ import { type ConnectionPoolClient } from './factories/createConnectionPool';

type QuerySqlToken,
type SqlFragmentToken,
type SqlToken,

@@ -296,6 +295,3 @@ } from '@slonik/sql-tag';

export type ValueExpression =
| PrimitiveValueExpression
| SqlFragmentToken
| SqlToken;
export type ValueExpression = PrimitiveValueExpression | SqlToken;

@@ -302,0 +298,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any

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