Socket
Socket
Sign inDemoInstall

meow

Package Overview
Dependencies
58
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.1.0 to 10.1.1

2

index.js

@@ -29,3 +29,3 @@ import {dirname} from 'node:path';

return flag.isMultiple && receivedFlags[flagName].length === 0;
return flag.isMultiple && receivedFlags[flagName].length === 0 && isFlagRequired;
};

@@ -32,0 +32,0 @@

{
"name": "meow",
"version": "10.1.0",
"version": "10.1.1",
"description": "CLI app helper",

@@ -5,0 +5,0 @@ "license": "MIT",

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