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.3.0 to 2.3.1

10

CHANGELOG.md

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

<a name="2.3.1"></a>
## [2.3.1](https://github.com/nuxt/consola/compare/v2.3.0...v2.3.1) (2019-01-02)
### Bug Fixes
* bypass webpack for lazy required version of winston ([500b509](https://github.com/nuxt/consola/commit/500b509))
<a name="2.3.0"></a>

@@ -7,0 +17,0 @@ # [2.3.0](https://github.com/nuxt/consola/compare/v2.2.6...v2.3.0) (2018-11-19)

4

dist/consola.cjs.js

@@ -640,2 +640,4 @@ 'use strict';

// https://github.com/winstonjs/winston
const _require = require; // bypass webpack
class WinstonReporter {

@@ -646,3 +648,3 @@ constructor(logger) {

} else {
const winston = require('winston');
const winston = _require('winston');

@@ -649,0 +651,0 @@ this.logger = winston.createLogger(Object.assign({

{
"name": "consola",
"version": "2.3.0",
"version": "2.3.1",
"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