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

ascii-art-font

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascii-art-font - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

font.js

@@ -98,3 +98,3 @@ (function (root, factory){

try{
AsciiArt.Table.create(options, function(rendered){
AsciiArt.Figlet.create(options, function(err, rendered){
resolve(rendered);

@@ -142,3 +142,3 @@ });

if(!callback){
return AsciiArt.Figlet.newReturnContext();
return AsciiArt.Figlet.newReturnContext(options);
}else{

@@ -145,0 +145,0 @@ AsciiArt.Figlet.write(options.text, options.font, function(text){

{
"name": "ascii-art-font",
"version": "0.0.1",
"version": "0.0.2",
"main": "font.js",

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

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