You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cli-testing-library

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-testing-library - npm Package Compare versions

Comparing version

to
0.0.11

2

lib/cli-testing-library.js

@@ -16,3 +16,3 @@ const { spawn } = require('child_process');

const ESC_NO_BRACKET = ESC.replace('\\[', '');
const STRING_ESC = '\\x1b[';
const STRING_ESC = '\x1b[';
const ANSI_CHARACTER_MAPS = {

@@ -19,0 +19,0 @@ ERASE_LINE: `${ESC}2K`,

{
"name": "cli-testing-library",
"version": "0.0.10",
"version": "0.0.11",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",