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.4.0 to 2.4.1

10

CHANGELOG.md

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

<a name="2.4.1"></a>
## [2.4.1](https://github.com/nuxt/consola/compare/v2.4.0...v2.4.1) (2019-02-12)
### Bug Fixes
* **ts:** set type "any" ([#40](https://github.com/nuxt/consola/issues/40)) ([ea9d551](https://github.com/nuxt/consola/commit/ea9d551))
<a name="2.4.0"></a>

@@ -7,0 +17,0 @@ # [2.4.0](https://github.com/nuxt/consola/compare/v2.3.2...v2.4.0) (2019-02-05)

2

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

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

declare interface ConsolaReporter {
log: (logObj, { async, stdout, stderr }) => void
log: (logObj: any, { async, stdout, stderr }: any) => void
}

@@ -49,4 +49,4 @@

// Mock
static mockTypes(mockFn: any);
static mock(mockFn: any);
static mockTypes(mockFn: any): any;
static mock(mockFn: any): any;
}

@@ -53,0 +53,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