@types/tedious
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -15,2 +15,3 @@ // Type definitions for tedious 4.0.0 | ||
import events = require("events"); | ||
import { SecureContextOptions } from 'tls'; | ||
@@ -243,3 +244,3 @@ export interface ColumnType { | ||
*/ | ||
cryptoCredentialsDetails?: Object; | ||
cryptoCredentialsDetails?: SecureContextOptions; | ||
@@ -246,0 +247,0 @@ /** |
{ | ||
"name": "@types/tedious", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "TypeScript definitions for tedious", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "46d1979c3732b3f9b9e0181614c36bd4356f47901f8eb9018e3db95d0d4c04ca", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "645219f356e815e3a7ef61b6dee9f6dd5e90ca5cc9abc530a91d361d073fe299", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 25 Oct 2020 16:47:45 GMT | ||
* Last updated: Mon, 21 Dec 2020 11:18:39 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
36072
671