Codebase list node-keypress / 28f7b23
New upstream snapshot. Debian Janitor 2 years ago
3 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
77 gem, and started using it in their own code.
88
99 Now in Node `v0.8.x`, this `"keypress"` event does not get emitted by default,
10 but rather only when it is being used in conjuction with the `readline` (or by
10 but rather only when it is being used in conjunction with the `readline` (or by
1111 extension, the `repl`) module.
1212
1313 This module is the exact logic from the node `v0.8.x` releases ripped out into its
0 node-keypress (0.2.1-2) UNRELEASED; urgency=medium
0 node-keypress (0.2.1+git20170901.1.9f1cc0e-1) UNRELEASED; urgency=medium
11
22 * Use secure copyright file specification URI.
33 * Bump debhelper from deprecated 8 to 12.
1212 * Remove constraints unnecessary since buster:
1313 + node-keypress: Drop versioned constraint on nodejs in Depends.
1414 * Bump debhelper from old 12 to 13.
15 * New upstream snapshot.
1516
16 -- Debian Janitor <janitor@jelmer.uk> Fri, 24 Apr 2020 13:09:11 +0000
17 -- Debian Janitor <janitor@jelmer.uk> Sun, 26 Sep 2021 09:28:03 -0000
1718
1819 node-keypress (0.2.1-1) unstable; urgency=low
1920
88 * Module exports.
99 */
1010
11 var exports = module.exports = keypress;
11 exports = module.exports = keypress;
1212
1313 /**
1414 * This module offers the internal "keypress" functionality from node-core's
2828 * process.stdin.pause();
2929 * }
3030 * });
31 * proces.stdin.resume();
31 * process.stdin.resume();
3232 * ```
3333 *
3434 * @param {Stream} stream