Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@betterer/logger

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betterer/logger - npm Package Compare versions

Comparing version 2.2.3 to 2.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.4.0](https://github.com/phenomnomnominal/betterer/compare/v2.3.0...v2.4.0) (2020-07-01)
### Features
* **betterer ✨:** differentiate between `worse` and `updated` ([#140](https://github.com/phenomnomnominal/betterer/issues/140)) ([a726472](https://github.com/phenomnomnominal/betterer/commit/a7264722f1bbf7f66d07f0c3d83f4a1d77d71e15))
## [2.2.3](https://github.com/phenomnomnominal/betterer/compare/v2.2.2...v2.2.3) (2020-06-30)

@@ -8,0 +19,0 @@

4

dist/logger.js

@@ -80,4 +80,4 @@ "use strict";

var codeFrame = code_frame_1.codeFrameColumns(fileText, { start: start, end: end }, options);
var codeMessage = chalk.bgBlack.white(" " + message + " " + NEW_LINE);
log("" + NEW_LINE + ERROR_BLOCK + codeMessage + codeFrame);
var codeMessage = chalk.bgBlack.white(message.trim());
log("" + NEW_LINE + ERROR_BLOCK + " " + codeMessage.split(NEW_LINE).join("\n" + ERROR_BLOCK + " ") + "\n\n" + codeFrame);
previousLogger = 'CODE';

@@ -84,0 +84,0 @@ };

{
"name": "@betterer/logger",
"description": "logger for @betterer/betterer",
"version": "2.2.3",
"version": "2.4.0",
"license": "MIT",

@@ -38,3 +38,3 @@ "publishConfig": {

},
"gitHead": "9a7639a777a2906bdabdbd5c187d6b8fe3c809d4"
"gitHead": "af092ad9d9b4b3610e3583ad098f044bc8d58c8b"
}

Sorry, the diff of this file is not supported yet

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