Comparing version 2.0.1 to 2.0.2
"use strict"; | ||
const terminal = require( 'terminal-kit' ).terminal; | ||
const terminal = require('terminal-kit').terminal; | ||
const cursor = require('ansi')(process.stdout); | ||
@@ -34,3 +34,2 @@ const reader = require('line-by-line'); | ||
let rainbow = function(freq, i) { | ||
@@ -56,2 +55,5 @@ | ||
// Make sure special chars used by terminal-kit are correctly escaped | ||
let escapedChar = char.replace('^', '^^'); | ||
terminal.colorRgb( | ||
@@ -61,3 +63,3 @@ colors.red, | ||
colors.blue, | ||
char | ||
escapedChar | ||
); | ||
@@ -64,0 +66,0 @@ }; |
{ | ||
"name": "lolcatjs", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The rainbow I tastes it", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222883
226