New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sync-prompt

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-prompt - npm Package Compare versions

Comparing version 0.3.3-beta to 0.4.0

3

HISTORY.md
# 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();
};

2

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc