Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stdio

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stdio - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

dist/read.js

@@ -34,3 +34,3 @@ "use strict";

if (typeof line !== 'string') {
setImmediate(processNextLine);
setImmediate(() => processNextLine(state));
return;

@@ -37,0 +37,0 @@ }

{
"name": "stdio",
"version": "2.1.0",
"version": "2.1.1",
"description": "Standard input/output manager for Node.js",

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

"build": "tsc",
"codecov": "codecov -t $CODECOV_TOKEN",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",

@@ -48,2 +49,3 @@ "lint": "eslint --config .eslintrc.json --fix src/**/*.ts test/**/*.ts",

"@typescript-eslint/parser": "^2.7.0",
"codecov": "^3.6.5",
"eslint": "^6.6.0",

@@ -50,0 +52,0 @@ "eslint-config-prettier": "^6.5.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