New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/mochawesome

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mochawesome - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

3

mochawesome/addContext.d.ts

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

import * as Mocha from 'mocha';
import * as Mocha from "mocha";

@@ -33,3 +33,2 @@ declare namespace addContext {

* });
*
*/

@@ -36,0 +35,0 @@ declare function addContext(testCtx: Mocha.Context, context: addContext.TestContext): void;

@@ -10,3 +10,3 @@ // Type definitions for mochawesome 6.2

code: boolean;
'no-code': boolean;
"no-code": boolean;
html: boolean;

@@ -90,4 +90,4 @@ json: boolean;

context?: string | undefined;
speed?: 'slow' | 'medium' | 'fast' | undefined;
state?: 'failed' | 'passed' | undefined;
speed?: "slow" | "medium" | "fast" | undefined;
state?: "failed" | "passed" | undefined;
duration?: number | undefined;

@@ -94,0 +94,0 @@ code?: string | undefined;

{
"name": "@types/mochawesome",
"version": "6.2.1",
"version": "6.2.2",
"description": "TypeScript definitions for mochawesome",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mochawesome",

},
"typesPublisherContentHash": "0b1d8f5536338cb7c1dcd0d22e0bee26273582ce3f831c7374a69bc197317dd9",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "0195d6c8dfc9bf326dc9ee3850fc17ffcb7a69628a726d4e3971d5d7aadb8ca3",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 08 Jul 2021 18:50:53 GMT
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT
* Dependencies: [@types/mocha](https://npmjs.com/package/@types/mocha)

@@ -14,0 +14,0 @@ * Global values: none

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