Comparing version 1.0.0 to 1.0.1
"use strict"; | ||
const | ||
l = require("./excolor.js"), | ||
logs = l.logs | ||
logs = require("./excolor.js") | ||
; | ||
@@ -7,0 +6,0 @@ |
@@ -1,2 +0,2 @@ | ||
exports.logs = ((message, type = "log") => { | ||
const logs = (message, type = "log") => { | ||
const | ||
@@ -85,2 +85,3 @@ r = "\x1b[0m", // reset | ||
serie.push(39); | ||
break; | ||
default: | ||
@@ -142,2 +143,4 @@ serie.push(get_value_expresion(item, fg)); // Color | ||
} | ||
}); | ||
}; | ||
module.exports = logs; |
{ | ||
"name": "excolor", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "This package allows you to easily set text with colors, background colors, and effects in your terminal. With this package, you can customize your messages and make your terminal more visually appealing and easy to read.", | ||
@@ -16,6 +16,17 @@ "main": "index.js", | ||
"color", | ||
"colour", | ||
"terminal", | ||
"npm", | ||
"console", | ||
"cli", | ||
"string", | ||
"background", | ||
"effects" | ||
"effects", | ||
"ansi", | ||
"style", | ||
"styles", | ||
"formatting", | ||
"shell", | ||
"command line", | ||
"command-line", | ||
"text" | ||
], | ||
@@ -22,0 +33,0 @@ "author": "John Sánchez Alvarez", |
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
10837
6
251