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
2
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 1.0.0 to 1.0.1

2

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

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

@@ -26,3 +26,3 @@ /* Copyright Kyle E. Mitchell

return new Array(paragraph.depth * 4 + 1).join(' ') +
(number ? chalk.gray(numberStyle(number)) + TAB : '') +
(number ? chalk.gray(numberStyle(number, true)) + ' ' : '') +
(

@@ -29,0 +29,0 @@ paragraph.hasOwnProperty('heading')

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc