New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mhr

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mhr - npm Package Compare versions

Comparing version

to
0.2.4

22

cli.js

@@ -8,9 +8,9 @@ #!/usr/bin/env node

<tr>
<th>${name}</th>
<th>${param.type}</th>
<th>${param.default}</th>
<th>${typeof param.default === 'boolean' ? 'true or false' :
<td>${name}</td>
<td>${param.type}</td>
<td>${param.default}</td>
<td>${typeof param.default === 'boolean' ? 'true or false' :
param.range instanceof Array ? `From ${param.range[0]} to ${param.range[1]}` :
param.range || ''}</th>
<th>${param.description || ''}</th>
param.range || ''}</td>
<td>${param.description || ''}</td>
</tr>`;

@@ -23,7 +23,7 @@

<tr>
<td width="50">Name</td>
<td width="50">Type</td>
<td width="50">Default</td>
<td width="150">Range</td>
<td width="150">Description</td>
<th width="50">Name</th>
<th width="50">Type</th>
<th width="50">Default</th>
<th width="150">Range</th>
<th width="150">Description</th>
</tr>

@@ -30,0 +30,0 @@ </thead>

{
"name": "mhr",
"description": "The util creates readme for creative",
"version": "0.2.3",
"version": "0.2.4",
"bin": {

@@ -6,0 +6,0 @@ "mhr": "cli.js"