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

assertive

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assertive - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 2.3.4
* fix: correct isTTY logic for colorization - **[@dbushong](https://github.com/dbushong)** [#37](https://github.com/groupon/assertive/pull/37)
- [`1860ca3`](https://github.com/groupon/assertive/commit/1860ca3402fb8960ec037fdadcd57fb2ef9dfc0c) **fix:** correct isTTY logic for colorization
### 2.3.3

@@ -2,0 +8,0 @@

2

lib/assertive.js

@@ -91,3 +91,3 @@ 'use strict';

if (global.process && process.isTTY && process.isTTY()) {
if (!(global.process && process.stdout && process.stdout.isTTY)) {
red = function red(x) {

@@ -94,0 +94,0 @@ return '' + x;

{
"name": "assertive",
"version": "2.3.3",
"version": "2.3.4",
"description": "Assertive is a terse yet expressive assertion library",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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