Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edgedb

Package Overview
Dependencies
Maintainers
2
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgedb - npm Package Compare versions

Comparing version 0.10.0-alpha.1 to 0.10.0-alpha.2

3

dist/src/pool.d.ts

@@ -20,3 +20,3 @@ /*!

import { Set } from "./datatypes/set";
import { QueryArgs, Connection, IConnectionProxied, Pool, IPoolStats, TransactionOptions } from "./ifaces";
import { QueryArgs, Connection, IConnectionProxied, Pool, IPoolStats, onConnectionClose, TransactionOptions } from "./ifaces";
export declare class Deferred<T> {

@@ -71,2 +71,3 @@ private _promise;

isClosed(): boolean;
[onConnectionClose](): void;
}

@@ -73,0 +74,0 @@ export interface PoolOptions {

@@ -13,3 +13,3 @@ {

},
"version": "0.10.0-alpha.1",
"version": "0.10.0-alpha.2",
"main": "./dist/src/index.node.js",

@@ -16,0 +16,0 @@ "types": "./dist/src/index.node.d.ts",

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