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 37.0.1 to 37.0.2

2

dist/types.d.ts

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

*/
export type ConnectionContext = {
type ConnectionContext = {
readonly connectionId: string;

@@ -190,0 +190,0 @@ readonly connectionType: Connection;

@@ -8,3 +8,3 @@ {

"dependencies": {
"@types/pg": "^8.10.2",
"@types/pg": "^8.10.7",
"es6-error": "^4.1.1",

@@ -18,4 +18,4 @@ "get-stack-trace": "^3.1.1",

"postgres-array": "^3.0.2",
"postgres-interval": "^4.0.0",
"roarr": "^7.15.0",
"postgres-interval": "^4.0.1",
"roarr": "^7.15.1",
"safe-stable-stringify": "^2.4.3",

@@ -29,15 +29,15 @@ "serialize-error": "^8.0.0"

"@semantic-release/npm": "^11.0.0",
"@types/sinon": "^10.0.15",
"@types/sinon": "^10.0.20",
"ava": "^5.3.1",
"cspell": "^7.3.6",
"cspell": "^7.3.8",
"delay": "^5.0.0",
"eslint": "^8.50.0",
"eslint-config-canonical": "^41.2.3",
"eslint": "^8.52.0",
"eslint-config-canonical": "^42.1.0",
"expect-type": "^0.15.0",
"gitdown": "^3.1.5",
"husky": "^8.0.3",
"knip": "^2.29.0",
"knip": "^2.38.0",
"nyc": "^15.1.0",
"pg-native": "^3.0.1",
"postgres": "^3.3.5",
"postgres": "^3.4.0",
"postgres-bridge": "^1.14.0",

@@ -48,3 +48,3 @@ "semantic-release": "^22.0.5",

"typescript": "^5.2.2",
"zod": "^3.21.4"
"zod": "^3.22.4"
},

@@ -104,3 +104,3 @@ "engines": {

"types": "./dist/index.d.ts",
"version": "37.0.1"
"version": "37.0.2"
}

@@ -248,3 +248,3 @@ import { type SlonikError } from './errors';

*/
export type ConnectionContext = {
type ConnectionContext = {
readonly connectionId: string;

@@ -251,0 +251,0 @@ readonly connectionType: Connection;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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