Socket
Socket
Sign inDemoInstall

tap-color

Package Overview
Dependencies
19
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 1.0.0

cli.js

14

package.json
{
"name": "tap-color",
"version": "0.0.5",
"version": "1.0.0",
"description": "Colorize The Test Anything Protocol Output",
"license": "MIT",
"main": "lib/tap-color",
"bin": "cli/cli.js",
"bin": "cli.js",
"scripts": {
"clean": "rm -rf lib",
"build": "babel src/. -d lib/. --ignore=spec.js",
"test": "exit 0",
"test": "cat example-output.txt | sed 's/^not //' | node cli.js",
"lint": "standard src",

@@ -21,5 +21,5 @@ "prebuild": "npm run clean",

},
"repository":{
"type" : "git",
"url" : "https://github.com/laat/tap-color.git"
"repository": {
"type": "git",
"url": "https://github.com/laat/tap-color.git"
},

@@ -40,3 +40,3 @@ "dependencies": {

"lib",
"cli"
"cli.js"
],

@@ -43,0 +43,0 @@ "babel": {

# tap-color
[![travis][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[![js-standard-style][standard-style-image]][standard-style-url]
[travis-image]: https://img.shields.io/travis/laat/tap-color.svg?style=flat
[travis-url]: https://travis-ci.org/laat/tap-color
[npm-image]: https://img.shields.io/npm/v/tap-color.svg?style=flat
[npm-url]: https://npmjs.org/package/tap-color
[standard-style-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
[standard-style-url]: https://github.com/feross/standard
Colorize The Test Anything Protocol Output

@@ -8,3 +19,3 @@

```
$ npm install tap-color
$ npm install tap-color -g
```

@@ -11,0 +22,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc