Codebase list node-tty-browserify / fresh-snapshots/main
New upstream snapshot. Debian Janitor 1 year, 3 months ago
4 changed file(s) with 36 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 This software is released under the MIT license:
0 MIT License
11
22 Permission is hereby granted, free of charge, to any person obtaining a copy of
33 this software and associated documentation files (the "Software"), to deal in
0 node-tty-browserify (0.0.1-4) UNRELEASED; urgency=medium
0 node-tty-browserify (0.0.1+git20190825.1.402e52b-1) UNRELEASED; urgency=medium
11
22 * Update standards version to 4.6.2, no changes needed.
3 * New upstream snapshot.
34
4 -- Debian Janitor <janitor@jelmer.uk> Sun, 08 Jan 2023 20:15:49 -0000
5 -- Debian Janitor <janitor@jelmer.uk> Wed, 11 Jan 2023 02:26:58 -0000
56
67 node-tty-browserify (0.0.1-3) unstable; urgency=medium
78
00 # tty-browserify
1
2 Browser stubs for the Node.js `require('tty')` module.
3
4 Browserify uses this module when you do `require('tty')` in a bundle. You should normally not use it directly.
5
6 ## API
7
8 ### `tty.isatty()`
9
10 Returns false.
11
12 ### `new tty.ReadStream()`
13
14 Throws an error.
15
16 ### `new tty.WriteStream()`
17
18 Throws an error.
19
20 ## License
21
22 [MIT](./LICENSE)
0 # Security Policy
1
2 ## Supported Versions
3 Only the latest major version is supported at any given time.
4
5 ## Reporting a Vulnerability
6
7 To report a security vulnerability, please use the
8 [Tidelift security contact](https://tidelift.com/security).
9 Tidelift will coordinate the fix and disclosure.