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.5 to 2.5.6

4

CHANGELOG.md

@@ -5,3 +5,3 @@ # Change Log

## [2.5.5](https://github.com/nuxt/consola/compare/v2.5.4...v2.5.5) (2019-02-25)
## [2.5.6](https://github.com/nuxt/consola/compare/v2.5.5...v2.5.6) (2019-02-25)

@@ -11,3 +11,3 @@

* **ts:** export consola ts declarations ([#42](https://github.com/nuxt/consola/issues/42)) ([a884773](https://github.com/nuxt/consola/commit/a884773))
* **ts:** revert export consola ts declarations ([#43](https://github.com/nuxt/consola/issues/43)) ([6bd4f85](https://github.com/nuxt/consola/commit/6bd4f85))

@@ -14,0 +14,0 @@

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

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

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

export declare interface ConsolaReporter {
declare interface ConsolaReporter {
log: (logObj: any, { async, stdout, stderr }: any) => void
}
export declare class Consola {
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