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.2 to 2.1.3

2

dist/getopt.js

@@ -72,2 +72,4 @@ "use strict";

return;
if (!input[key] && !value.mandatory && !value.required)
return;
if ((value.mandatory || value.required) && !input[key]) {

@@ -74,0 +76,0 @@ throwError(`Missing option: "--${key}"`);

2

package.json
{
"name": "stdio",
"version": "2.1.2",
"version": "2.1.3",
"description": "Standard input/output manager for Node.js",

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

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