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.5.4 to 2.5.5

7

CHANGELOG.md

@@ -5,6 +5,11 @@ # Change Log

## [2.5.4](https://github.com/nuxt/consola/compare/v2.5.3...v2.5.4) (2019-02-24)
## [2.5.5](https://github.com/nuxt/consola/compare/v2.5.4...v2.5.5) (2019-02-25)
### Bug Fixes
* **ts:** export consola ts declarations ([#42](https://github.com/nuxt/consola/issues/42)) ([a884773](https://github.com/nuxt/consola/commit/a884773))
<a name="2.4.1"></a>

@@ -11,0 +16,0 @@ ## [2.4.1](https://github.com/nuxt/consola/compare/v2.4.0...v2.4.1) (2019-02-12)

2

package.json
{
"name": "consola",
"version": "2.5.4",
"version": "2.5.5",
"description": "Elegant Console Logger for Node.js and Browser",

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

@@ -1,6 +0,6 @@

declare interface ConsolaReporter {
export declare interface ConsolaReporter {
log: (logObj: any, { async, stdout, stderr }: any) => void
}
declare class Consola {
export declare class Consola {
// Built-in log levels

@@ -7,0 +7,0 @@ static fatal (message: any): void;

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