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 35.0.1 to 35.0.2

3

dist/factories/createMockPool.js

@@ -22,7 +22,6 @@ "use strict";

release: () => { },
// eslint-disable-next-line @typescript-eslint/no-explicit-any
};
return connection;
},
// eslint-disable-next-line @typescript-eslint/no-explicit-any
end: async () => { },
};

@@ -29,0 +28,0 @@ state_1.poolStateMap.set(pool, {

@@ -102,3 +102,3 @@ {

"types": "./dist/index.d.ts",
"version": "35.0.1"
"version": "35.0.2"
}

@@ -11,2 +11,3 @@ import { bindPool } from '../binders/bindPool';

import { createClientConfiguration } from './createClientConfiguration';
import { type Pool as PgPool, type PoolClient as PgClientPool } from 'pg';

@@ -34,9 +35,8 @@ export const createMockPool = (

release: () => {},
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as any;
} as unknown as PgClientPool;
return connection;
},
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as any;
end: async () => {},
} as unknown as PgPool;

@@ -43,0 +43,0 @@ poolStateMap.set(pool, {

Sorry, the diff of this file is not supported yet

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