do-you-bench
Advanced tools
Comparing version 1.0.0 to 1.0.1
13
cli.js
@@ -1,9 +0,8 @@ | ||
const { promptQuestion, collectInput } = require('./src/consolePrompter') | ||
const { executeShell } = require('./src/execute') | ||
const chalk = require('chalk') | ||
const figlet = require('figlet') | ||
const colors = require('colors') | ||
const topics = require('./config/topics') | ||
const { promptQuestion, collectInput } = require("./src/consolePrompter") | ||
const { executeShell } = require("./src/execute") | ||
const chalk = require("chalk") | ||
const figlet = require("figlet") | ||
const colors = require("colors") | ||
const topics = require("./config/topics") | ||
const init = () => { | ||
@@ -10,0 +9,0 @@ console.log( |
{ | ||
"name": "do-you-bench", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Simple interactive http[s] benchmarking tool", | ||
@@ -5,0 +5,0 @@ "main": "cli.js", |
@@ -7,8 +7,8 @@ <div align="center"> | ||
[![Package version](https://img.shields.io/npm/v/do-you-even-bench.svg?style=flat-square)](https://npmjs.org/package/do-you-bench) | ||
[![Package version](https://img.shields.io/npm/v/do-you-bench.svg?style=flat-square)](https://npmjs.org/package/do-you-bench) | ||
[![Make a pull request](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) | ||
[![License](https://img.shields.io/npm/l/do-you-even-bench.svg?style=flat-square)](https://github.com/pedreviljoen/do-you-bench/blob/master/LICENSE) | ||
[![npm downloads](https://img.shields.io/npm/dm/do-you-even-bench.svg?style=flat-square)](https://npmjs.org/package/do-you-bench) | ||
[![License](https://img.shields.io/npm/l/do-you-bench.svg?style=flat-square)](https://github.com/pedreviljoen/do-you-bench/blob/master/LICENSE) | ||
[![npm downloads](https://img.shields.io/npm/dm/do-you-bench.svg?style=flat-square)](https://npmjs.org/package/do-you-bench) | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/pedreviljoen/do-you-even-bench.svg)](https://greenkeeper.io/) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/pedreviljoen/do-you-bench.svg)](https://greenkeeper.io/) | ||
@@ -15,0 +15,0 @@ > Simple recommended fields checker for your package.json |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1921028