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

k6-html-reporter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k6-html-reporter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

.travis.yml

9

package.json
{
"name": "k6-html-reporter",
"version": "1.0.1",
"version": "1.0.3",
"description": "A html reporter for k6",

@@ -11,5 +11,8 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.10",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"ts-node": "^9.1.0",
"typescript": "^4.1.2"
"typescript": "^4.2.3"
},

@@ -20,3 +23,3 @@ "scripts": {

"start": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},

@@ -23,0 +26,0 @@ "repository": {

# k6-html-reporter
A html reporter for k6
A light weight html reporter for k6
[![Build Status](https://travis-ci.com/szboynono/k6-html-reporter.svg?branch=main)](https://travis-ci.com/szboynono/k6-html-reporter) [![Generic badge](https://img.shields.io/badge/version-1.0.3-<COLOR>.svg)](https://shields.io/)
## Install

@@ -5,0 +9,0 @@ NPM:

@@ -11,3 +11,6 @@ {

},
"lib": ["es2015"]
"lib": ["es2015"],
"exclude": [
"src/**/*.test.ts"
]
}
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