@types/tedious
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -660,2 +660,8 @@ // Type definitions for tedious 4.0.0 | ||
/** | ||
* Establish a connection to the server. | ||
* @param callback The callback is called when the connection was established or an error occured. If an error occured then err will describe the error. | ||
*/ | ||
connect(callback?: (err?: Error) => void): void; | ||
/** | ||
* Start a transaction. As only one request at a time may be executed on | ||
@@ -662,0 +668,0 @@ * a connection, another request should not be initiated until this callback is called. |
{ | ||
"name": "@types/tedious", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for tedious", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "16dba95fee7eb3a2ae539806e7c79e6a6c297ec19e2498530220f1e490f5ef56", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "46d1979c3732b3f9b9e0181614c36bd4356f47901f8eb9018e3db95d0d4c04ca", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 15 May 2020 13:12:46 GMT | ||
* Last updated: Sun, 25 Oct 2020 16:47:45 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36014
670