New Upstream Snapshot - node-tty-browserify

Ready changes

Summary

Merged new upstream version: 0.0.1+git20190825.1.402e52b (was: 0.0.1).

Resulting package

Built on 2023-01-11T02:31 (took 9m38s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots node-tty-browserify

Lintian Result

Diff

diff --git a/LICENSE b/LICENSE
index ee27ba4..b8f727e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is released under the MIT license:
+MIT License
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff --git a/debian/changelog b/debian/changelog
index 565f76c..ab6c2a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-node-tty-browserify (0.0.1-4) UNRELEASED; urgency=medium
+node-tty-browserify (0.0.1+git20190825.1.402e52b-1) UNRELEASED; urgency=medium
 
   * Update standards version to 4.6.2, no changes needed.
+  * New upstream snapshot.
 
- -- Debian Janitor <janitor@jelmer.uk>  Sun, 08 Jan 2023 20:15:49 -0000
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 11 Jan 2023 02:26:58 -0000
 
 node-tty-browserify (0.0.1-3) unstable; urgency=medium
 
diff --git a/readme.markdown b/readme.markdown
index 91a2051..5b1a386 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -1 +1,23 @@
 # tty-browserify
+
+Browser stubs for the Node.js `require('tty')` module.
+
+Browserify uses this module when you do `require('tty')` in a bundle. You should normally not use it directly.
+
+## API
+
+### `tty.isatty()`
+
+Returns false.
+
+### `new tty.ReadStream()`
+
+Throws an error.
+
+### `new tty.WriteStream()`
+
+Throws an error.
+
+## License
+
+[MIT](./LICENSE)
diff --git a/security.md b/security.md
new file mode 100644
index 0000000..a14ace6
--- /dev/null
+++ b/security.md
@@ -0,0 +1,10 @@
+# Security Policy
+
+## Supported Versions
+Only the latest major version is supported at any given time.
+
+## Reporting a Vulnerability
+
+To report a security vulnerability, please use the
+[Tidelift security contact](https://tidelift.com/security).
+Tidelift will coordinate the fix and disclosure.

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details