@types/node 10.12.17 → 10.12.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. node/README.md +1 -1
  2. node/index.d.ts +1 -1
  3. node/package.json +2 -2
node/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
9
9
 
10
10
  Additional Details
11
- * Last updated: Tue, 18 Dec 2018 21:42:13 GMT
11
+ * Last updated: Wed, 19 Dec 2018 18:17:49 GMT
12
12
  * Dependencies: none
13
13
  * Global values: Buffer, NodeJS, SlowBuffer, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
14
14
 
node/index.d.ts CHANGED
@@ -6634,7 +6634,7 @@ declare module "tls" {
6634
6634
  */
6635
6635
  function checkServerIdentity(host: string, cert: PeerCertificate): Error | undefined;
6636
6636
  function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server;
6637
- function connect(options: ConnectionOptions, secureConnectionListener?: () => void): TLSSocket;
6637
+ function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
6638
6638
  function connect(port: number, host?: string, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
6639
6639
  function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
6640
6640
  function createSecurePair(credentials?: crypto.Credentials, isServer?: boolean, requestCert?: boolean, rejectUnauthorized?: boolean): SecurePair;
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "10.12.17",
3
+ "version": "10.12.18",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -173,6 +173,6 @@
173
173
  },
174
174
  "scripts": {},
175
175
  "dependencies": {},
176
- "typesPublisherContentHash": "fcb0b1d85cf5abe686428e847a7dfd921e0d9b119a684f6827b6c316f0d1c33e",
176
+ "typesPublisherContentHash": "2ab4e2583634afae0837756aa0330daeca55b67e8b9947d540c0efdd33becf3d",
177
177
  "typeScriptVersion": "2.0"
178
178
  }