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

log-symbols

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-symbols - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

index.d.ts

1

browser.js
'use strict';
module.exports = {

@@ -3,0 +4,0 @@ info: 'ℹ️',

20

package.json
{
"name": "log-symbols",
"version": "2.2.0",
"description": "Colored symbols for various log levels. Example: ✔︎ Success",
"version": "3.0.0",
"description": "Colored symbols for various log levels. Example: `✔︎ Success`",
"license": "MIT",

@@ -13,9 +13,10 @@ "repository": "sindresorhus/log-symbols",

"engines": {
"node": ">=4"
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts",
"browser.js"

@@ -29,3 +30,2 @@ ],

"characters",
"char",
"symbol",

@@ -36,3 +36,2 @@ "symbols",

"fallback",
"win",
"windows",

@@ -45,10 +44,11 @@ "log",

"dependencies": {
"chalk": "^2.0.1"
"chalk": "^2.4.2"
},
"devDependencies": {
"ava": "*",
"strip-ansi": "^4.0.0",
"xo": "*"
"ava": "^1.4.1",
"strip-ansi": "^5.2.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"browser": "browser.js"
}
# log-symbols [![Build Status](https://travis-ci.org/sindresorhus/log-symbols.svg?branch=master)](https://travis-ci.org/sindresorhus/log-symbols)
<img src="screenshot.png" width="226" align="right">
<img src="screenshot.png" width="226" height="192" align="right">

@@ -41,2 +41,3 @@ > Colored symbols for various log levels

- [py-log-symbols](https://github.com/ManrajGrover/py-log-symbols) - Python port
- [log-symbols](https://github.com/palash25/log-symbols) - Ruby port

@@ -43,0 +44,0 @@

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