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

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

to
3.0.2

4

index.js

@@ -6,3 +6,3 @@ 'use strict';

if (!process.stdin.isTTY) {
if (process.stdin.isTTY) {
cb('');

@@ -27,3 +27,3 @@ return;

if (!process.stdin.isTTY) {
if (process.stdin.isTTY) {
cb(new Buffer(''));

@@ -30,0 +30,0 @@ return;

{
"name": "get-stdin",
"version": "3.0.1",
"version": "3.0.2",
"description": "Easier stdin",

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

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

@@ -19,0 +19,0 @@ "files": [