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.0 to 2.5.1

13

CHANGELOG.md

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

# [2.5.0](https://github.com/nuxt/consola/compare/v2.4.1...v2.5.0) (2019-02-23)
## [2.5.1](https://github.com/nuxt/consola/compare/v2.5.0...v2.5.1) (2019-02-23)
### Features
### Bug Fixes
* upgrade dependencies ([1b6ea4b](https://github.com/nuxt/consola/commit/1b6ea4b))
* **fancy:** highlight keywords with grave accent char ([b3e09fd](https://github.com/nuxt/consola/commit/b3e09fd))
* **fancy:** move right to the left if length is <= 80 ([34738c7](https://github.com/nuxt/consola/commit/34738c7))
* **pkg:** remove sourcemaps for less package size ([67565fc](https://github.com/nuxt/consola/commit/67565fc))
### Performance Improvements
* **pkg:** reduce install size ([f4a1861](https://github.com/nuxt/consola/commit/f4a1861))
<a name="2.4.1"></a>

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

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

@@ -11,3 +11,3 @@ "license": "MIT",

"scripts": {
"build": "yarn build:cjs && yarn build:browser",
"build": "rm -rf dist && yarn build:cjs && yarn build:browser && rm dist/*.map",
"build:cjs": "bili --file-name consola.js --format cjs --bundle-node-modules --minify src/index.js",

@@ -14,0 +14,0 @@ "build:browser": "bili --file-name consola.browser.js --format umd --module-name consola --bundle-node-modules --minify src/browser.js",

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