New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

consola

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consola - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="2.0.9"></a>
## [2.0.9](https://github.com/nuxt/consola/compare/v2.0.8...v2.0.9) (2018-11-03)
<a name="2.0.8"></a>

@@ -7,0 +12,0 @@ ## [2.0.8](https://github.com/nuxt/consola/compare/v2.0.7...v2.0.8) (2018-11-03)

3

dist/consola.cjs.js

@@ -544,3 +544,4 @@ 'use strict';

const color2 = chalkColor('cyan');
return '\n' + parseStack(stack).map(line => color1(' ' + line.replace(/^at /, m => color1(m)).replace(/ \((.*)\)/, (_, m1) => ` (${color2(m1)})`))).join('\n');
const color3 = chalkColor('reset');
return '\n' + parseStack(stack).map(line => color2(' ' + line.replace(/^at /, m => color1(m)).replace(/\(.*\)/, m => color3(m)))).join('\n');
}

@@ -547,0 +548,0 @@

{
"name": "consola",
"version": "2.0.8",
"version": "2.0.9",
"description": "Elegant Console Logger for Node.js and Browser",

@@ -5,0 +5,0 @@ "license": "MIT",

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