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

cfonts

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfonts - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

lib/index.js

@@ -394,4 +394,4 @@ /***************************************************************************************************************************************************************

var Size = {
width: WinSize ? WinSize.width : 80,
height: WinSize ? WinSize.height : 24
width: WinSize.width ? WinSize.width : 80,
height: WinSize.height ? WinSize.height : 24
};

@@ -398,0 +398,0 @@

{
"name": "cfonts",
"description": "Sexy fonts for the console",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/dominikwilkowski/cfonts",

@@ -6,0 +6,0 @@ "author": {

@@ -338,2 +338,3 @@ ```shell

## Release History
* 2.1.1 - Fixed size detection in non-tty environments
* 2.1.0 - Rebuilt cfonts with pure functions, made colors case-insensitive

@@ -340,0 +341,0 @@ * 2.0.1 - Fixed terminal width detection

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