New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

tap-nirvana

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-nirvana

Proper Diffing Reporter for TAP

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
542
-21.11%
Maintainers
1
Weekly downloads
 
Created
Source

Tap Nirvana - Proper Reporter

A TAP reporter optimized for developer comfort above anything else. Works with any TAP-compatible test runner, such as tape or blue-tape (the promisified version of tape).

Usage:

Snippet from a package.json:

 "devDependencies": {
    "blue-tape": "^1.0.0",
    "tap-nirvana": "^1.0.5",
    "nyc": "^11.3.0"
  },
  "scripts": {
    "test": "nyc blue-tape test/**/*.js | tap-nirvana "
  }

Features:

  • Color-coded diffs of complex objects for easy expected/actual analysis
  • Laser-sharp pointer to where exceptions occured
  • Usually gets out of your way and reduces noise.

Screenshot

screenshot image

Credit

TAP Nirvana is a fork of Tap-Spec

Keywords

tap

FAQs

Package last updated on 26 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts