Socket
Socket
Sign inDemoInstall

read-input

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

examples/cat

7

History.md

@@ -0,1 +1,5 @@

## [v0.3.1] - Jun 3, 2015
* Fix using read.stdin() as a promise.
## [v0.3.0] - May 23, 2015

@@ -16,3 +20,4 @@

[v0.2.0]: https://github.com/rstacruz/read-input/compare/v0.1.0...v0.2.0
[v0.3.0]: https://github.com/rstacruz/read-input/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/rstacruz/read-input/compare/v0.1.0...v0.2.0
[v0.3.1]: https://github.com/rstacruz/read-input/compare/v0.3.0...v0.3.1

2

index.js

@@ -100,3 +100,3 @@ var fs = require('fs');

process.stdin.on('end', function() {
fn(null, data);
ok(data);
});

@@ -103,0 +103,0 @@ });

{
"name": "read-input",
"version": "0.3.0",
"version": "0.3.1",
"description": "Easily read from stdin or files.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc