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.6 to 1.2.0

index.d.ts

4

package.json
{
"name": "mri",
"version": "1.1.6",
"version": "1.2.0",
"description": "Quickly scan for CLI flags and arguments",

@@ -8,4 +8,6 @@ "repository": "lukeed/mri",

"main": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"files": [
"*.d.ts",
"lib"

@@ -12,0 +14,0 @@ ],

@@ -1,2 +0,2 @@

# mri [![Build Status](https://travis-ci.org/lukeed/mri.svg?branch=master)](https://travis-ci.org/lukeed/mri)
# mri [![CI](https://github.com/lukeed/mri/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/lukeed/mri/actions)

@@ -151,6 +151,13 @@ > Quickly scan for CLI flags and arguments

```
minimist x 312,417 ops/sec ±0.85% (93 runs sampled)
mri x 1,641,208 ops/sec ±0.24% (93 runs sampled)
nopt x 910,276 ops/sec ±1.11% (88 runs sampled)
yargs-parser x 40,943 ops/sec ±1.37% (93 runs sampled)
Load Times:
nopt 3.179ms
yargs-parser 2.137ms
minimist 0.746ms
mri 0.517ms
Benchmark:
minimist x 328,747 ops/sec ±1.09% (89 runs sampled)
mri x 1,622,801 ops/sec ±0.94% (92 runs sampled)
nopt x 888,223 ops/sec ±0.22% (92 runs sampled)
yargs-parser x 30,538 ops/sec ±0.81% (91 runs sampled)
```

@@ -157,0 +164,0 @@

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