@types/node 14.14.35 → 14.14.36

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.
node/LICENSE CHANGED
File without changes
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: Mon, 15 Mar 2021 18:54:33 GMT
11
+ * Last updated: Thu, 25 Mar 2021 18:01:17 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
14
14
 
node/assert.d.ts CHANGED
File without changes
node/async_hooks.d.ts CHANGED
File without changes
node/base.d.ts CHANGED
File without changes
node/buffer.d.ts CHANGED
File without changes
node/child_process.d.ts CHANGED
File without changes
node/cluster.d.ts CHANGED
File without changes
node/console.d.ts CHANGED
File without changes
node/constants.d.ts CHANGED
File without changes
node/crypto.d.ts CHANGED
@@ -234,8 +234,8 @@ declare module 'crypto' {
234
234
  private constructor();
235
235
  update(data: BinaryLike): Buffer;
236
236
  update(data: string, input_encoding: Encoding): Buffer;
237
- update(data: NodeJS.ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string;
238
- update(data: string, input_encoding: Encoding | undefined, output_encoding: BinaryToTextEncoding): string;
237
+ update(data: NodeJS.ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string;
238
+ update(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string;
239
239
  final(): Buffer;
240
240
  final(output_encoding: BufferEncoding): string;
241
241
  setAutoPadding(auto_padding?: boolean): this;
@@ -279,9 +279,9 @@ declare module 'crypto' {
279
279
  class Decipher extends stream.Transform {
280
280
  private constructor();
281
281
  update(data: NodeJS.ArrayBufferView): Buffer;
282
- update(data: string, input_encoding: BinaryToTextEncoding): Buffer;
282
+ update(data: string, input_encoding: Encoding): Buffer;
283
283
  update(data: NodeJS.ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string;
284
- update(data: string, input_encoding: BinaryToTextEncoding | undefined, output_encoding: Encoding): string;
284
+ update(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string;
285
285
  final(): Buffer;
286
286
  final(output_encoding: BufferEncoding): string;
287
287
  setAutoPadding(auto_padding?: boolean): this;
node/dgram.d.ts CHANGED
File without changes
node/dns.d.ts CHANGED
File without changes
node/domain.d.ts CHANGED
File without changes
node/events.d.ts CHANGED
File without changes
node/fs/promises.d.ts CHANGED
File without changes
node/fs.d.ts CHANGED
File without changes
node/globals.d.ts CHANGED
File without changes
node/globals.global.d.ts CHANGED
File without changes
node/http.d.ts CHANGED
File without changes
node/http2.d.ts CHANGED
File without changes
node/https.d.ts CHANGED
File without changes
node/index.d.ts CHANGED
File without changes
node/inspector.d.ts CHANGED
File without changes
node/module.d.ts CHANGED
File without changes
node/net.d.ts CHANGED
File without changes
node/os.d.ts CHANGED
File without changes
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.14.35",
3
+ "version": "14.14.36",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -231,6 +231,6 @@
231
231
  },
232
232
  "scripts": {},
233
233
  "dependencies": {},
234
- "typesPublisherContentHash": "583e5ba937e68e2c384a5cb14af09ba401f97b4c1ff71c7653ca56ccac38b7bf",
234
+ "typesPublisherContentHash": "7fc7a1ccd5ac4abb012f999b235b462bc8835d81eed319cb4555a0fba9731e85",
235
235
  "typeScriptVersion": "3.5"
236
236
  }
node/path.d.ts CHANGED
File without changes
node/perf_hooks.d.ts CHANGED
File without changes
node/process.d.ts CHANGED
File without changes
node/punycode.d.ts CHANGED
File without changes
node/querystring.d.ts CHANGED
File without changes
node/readline.d.ts CHANGED
File without changes
node/repl.d.ts CHANGED
File without changes
node/stream.d.ts CHANGED
File without changes
node/string_decoder.d.ts CHANGED
File without changes
node/timers.d.ts CHANGED
File without changes
node/tls.d.ts CHANGED
File without changes
node/trace_events.d.ts CHANGED
File without changes
node/ts3.6/assert.d.ts CHANGED
File without changes
node/ts3.6/base.d.ts CHANGED
File without changes
node/ts3.6/index.d.ts CHANGED
File without changes
node/tty.d.ts CHANGED
File without changes
node/url.d.ts CHANGED
File without changes
node/util.d.ts CHANGED
File without changes
node/v8.d.ts CHANGED
File without changes
node/vm.d.ts CHANGED
File without changes
node/wasi.d.ts CHANGED
File without changes
node/worker_threads.d.ts CHANGED
File without changes
node/zlib.d.ts CHANGED
File without changes