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.0.0 to 2.0.1

4

lib/index.js

@@ -254,4 +254,4 @@ /***************************************************************************************************************************************************************

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

@@ -258,0 +258,0 @@

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

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

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

## Release History
* 2.0.1 - Foxed terminal width detection
* 2.0.0 - Added tests, split into more pure functions

@@ -384,0 +385,0 @@ * 1.2.0 - Added `transparent` and `system` as default background and color option, added `backgroundColor` as alias for `background`, upgraded deps

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