Socket
Socket
Sign inDemoInstall

mri

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

2

lib/index.js

@@ -50,3 +50,3 @@ function toArr(any) {

opts.alias[k] = opts.alias[k] || [];
opts[typeof opts.default[k]].push(k);
(opts[typeof opts.default[k]] || []).push(k);
}

@@ -53,0 +53,0 @@ }

{
"name": "mri",
"version": "1.1.2",
"version": "1.1.3",
"description": "Quickly scan for CLI flags and arguments",

@@ -5,0 +5,0 @@ "repository": "lukeed/mri",

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