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

commonform-terminal

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-terminal - npm Package Compare versions

Comparing version

to
0.5.1

2

package.json
{
"name": "commonform-terminal",
"description": "display Common Forms at text terminals",
"version": "0.5.0",
"version": "0.5.1",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/commonform/commonform-terminal/issues",

@@ -10,3 +10,3 @@ var chalk = require('chalk');

return chalk.red.underline(element.blank);
} else if (element.hasOwnProperty('numbering')) {
} else if (element.hasOwnProperty('heading')) {
var numbering = element.numbering;

@@ -13,0 +13,0 @@ var heading = element.heading;