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 0.2.1 to 0.3.0

8

package.json
{
"name": "commonform-terminal",
"description": "display Common Form projects at text terminals",
"version": "0.2.1",
"version": "0.3.0",
"author": {

@@ -16,5 +16,5 @@ "name": "Kyle E. Mitchell",

"commonform-decimal-numbers": "^0.1.1",
"commonform-flatten": "^0.2.0",
"commonform-number": "^0.2.1",
"commonform-resolve": "^0.2.1"
"commonform-flatten": "^0.3.0",
"commonform-number": "^0.3.0",
"commonform-resolve": "^0.3.0"
},

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -7,2 +7,2 @@ var doc = require('./templates/document');

module.exports.version = '0.2.1';
module.exports.version = '0.3.0';

@@ -13,4 +13,4 @@ var chalk = require('chalk');

chalk.gray(numberStyle.provision(number)) + TAB : '') +
(paragraph.has('summary') ?
chalk.blue.underline(paragraph.get('summary')) + '. ' : '') +
(paragraph.has('heading') ?
chalk.blue.underline(paragraph.get('heading')) + '. ' : '') +
paragraph.get('content').map(function(element) {

@@ -17,0 +17,0 @@ return run(element, numberStyle, conspicuous);

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