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 0.0.2 to 0.0.3

k6-html-reporter-1.0.0.tgz

1

dist/index.d.ts

@@ -0,1 +1,2 @@

import { Options } from "./types";
export declare function generateSummaryReport(options: Options): void;

@@ -0,1 +1,2 @@

import { Options } from './types';
export declare function generate(options: Options): void;

2

dist/types.d.ts

@@ -1,4 +0,4 @@

declare type Options = {
export declare type Options = {
jsonFile: string;
output: string;
};

@@ -0,1 +1,3 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
{
"name": "k6-html-reporter",
"version": "0.0.2",
"version": "0.0.3",
"description": "A html reporter for k6",

@@ -26,3 +26,4 @@ "main": "dist/index.js",

"report",
"k6"
"k6",
"html"
],

@@ -29,0 +30,0 @@ "author": "",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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