sync-prompt
Advanced tools
Comparing version 0.3.3-beta to 0.4.0
# History | ||
- v0.4 | ||
- Added a `isEOF` method. This allows us to check to see if `cin` has reached EOF. | ||
- v0.3.2 | ||
@@ -4,0 +7,0 @@ - Just like v0.3.1, there's absolutely no bug fixes. Just some marketing fluff update. |
@@ -44,1 +44,5 @@ 'use strict'; | ||
} | ||
module.exports.prompt.isEOF = function () { | ||
return _syncPrompt.isEOF(); | ||
}; |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "0.3.3-beta", | ||
"version": "0.4.0", | ||
"author": { | ||
@@ -21,0 +21,0 @@ "name": "Salehen Shovon Rahman", |
@@ -62,2 +62,6 @@ # sync-prompt | ||
### `.prompt.isEOF()` | ||
Returns true if the console input (stdlib's cin) has reached EOF. False otherwise. | ||
## Running Tests | ||
@@ -64,0 +68,0 @@ |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
23003
96
94
1