Socket
Socket
Sign inDemoInstall

get-stdin

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-stdin - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

1

index.js

@@ -5,3 +5,2 @@ 'use strict';

process.stdin.resume();
process.stdin.setEncoding('utf8');

@@ -8,0 +7,0 @@

9

package.json
{
"name": "get-stdin",
"version": "0.1.0",
"version": "1.0.0",
"description": "Easier stdin",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "echo unicorns | mocha"
"test": "echo unicorns | node test.js"
},

@@ -23,2 +23,3 @@ "files": [

"keywords": [
"std",
"stdin",

@@ -28,7 +29,9 @@ "stdio",

"buffer",
"stream",
"process",
"stream"
],
"devDependencies": {
"mocha": "*"
"ava": "0.0.3"
}
}

@@ -1,2 +0,2 @@

# get-stdin [![Build Status](https://travis-ci.org/sindresorhus/get-stdin.png?branch=master)](https://travis-ci.org/sindresorhus/get-stdin)
# get-stdin [![Build Status](https://travis-ci.org/sindresorhus/get-stdin.svg?branch=master)](https://travis-ci.org/sindresorhus/get-stdin)

@@ -8,8 +8,8 @@ > Easier stdin

```sh
$ npm install --save get-stdin
```
npm install --save get-stdin
```
## Example
## Usage

@@ -26,4 +26,5 @@ ```js

```
```sh
$ echo unicorns | node example.js
unicorns
```

@@ -30,0 +31,0 @@

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