Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-html

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-html - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

2

lib/utils/get-theme.js

@@ -15,3 +15,3 @@ import chalkString from 'chalk-string';

blockquote: (value) => style(customTheme.blockquote || 'black', value),
code: (value) => style(customTheme.inlineCode || 'redBright', value),
code: (value) => style(customTheme.inlineCode || 'yellowBright', value),
inlineCode: (value) => style(customTheme.inlineCode || 'bgBlack', value),

@@ -18,0 +18,0 @@ codeNumbers: (value) => style(customTheme.codeNumbers || 'blackBright dim', value),

{
"name": "cli-html",
"version": "4.0.0",
"version": "4.0.1",
"description": "Render HTML to Terminal",

@@ -36,4 +36,4 @@ "main": "index.js",

"ansi-escapes": "^6.2.0",
"boxen": "^7.1.0",
"chalk": "^5.2.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"chalk-string": "^2.0.0",

@@ -62,7 +62,7 @@ "change-case": "^4.1.2",

"confusing-browser-globals": "^1.0.11",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard-jsdoc": "^9.3.0",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-json": "^3.1.0",

@@ -69,0 +69,0 @@ "eslint-plugin-no-loops": "^0.3.0",

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