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

kolors-logger

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kolors-logger - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

package.json
{
"name": "kolors-logger",
"version": "1.0.1",
"version": "1.0.2",
"description": "console.log framework with colors, underlines, reverse and more",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"clean": "prettier --write ."
},
"keywords": [],
"author": "",
"license": "ISC"
"author": "mallusrgreat",
"license": "ISC",
"devDependencies": {
"prettier": "^2.3.2"
}
}
# kolors-logger
---
## Kolors-Logger is an NPM Package that allows you to add COLORS to your console!
---
## Install
```javascript

@@ -12,12 +17,22 @@ // NPM

```
## Use
```javascript
// CommonJS
const kolors = require('kolors-logger');
const kolors = require("kolors-logger");
// ModuleJS
import kolors from 'kolors-logger';
const { black, blue, cyan, green, /* and more colors you would like in your terminal */ } = kolors;
import kolors from "kolors-logger";
const {
black,
blue,
cyan,
green /* and more colors you would like in your terminal */,
} = kolors;
```
---
## Example:
```javascript

@@ -29,21 +44,23 @@ // with commonjs example

```
## Example Image
![Example Image](https://i.imgur.com/xswYHyU.png)
Things | Type
------- | ------
black | color
blue | color
cyan | color
green | color
magenta | color
red | color
white | color
yellow | color
blink | decoration
bright | decoration
dim | decoration
hidden | decoration
reset | decoration
reverse | decoration
underline | decoration
| Things | Type |
| --------- | ---------- |
| black | color |
| blue | color |
| cyan | color |
| green | color |
| magenta | color |
| red | color |
| white | color |
| yellow | color |
| blink | decoration |
| bright | decoration |
| dim | decoration |
| hidden | decoration |
| reset | decoration |
| reverse | decoration |
| underline | decoration |
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