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

@types/qunit

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/qunit - npm Package Compare versions

Comparing version 2.19.5 to 2.19.6

18

qunit/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for QUnit v2.19.0

// Chris Krycho <https://github.com/chriskrycho>
// Dan Freeman <https://github.com/dfreeman>
// Krystan HuffMenne <https://github.com/gitKrystan>
// James C. Davis <https://github.com/jamescdavis>

@@ -260,3 +260,9 @@ // Timo Tijhof <https://github.com/Krinkle>

*/
pushResult(assertResult: { result: boolean; actual: any; expected: any; message?: string | undefined; source?: string | undefined }): void;
pushResult(assertResult: {
result: boolean;
actual: any;
expected: any;
message?: string | undefined;
source?: string | undefined;
}): void;

@@ -401,5 +407,5 @@ /**

*/
afterEach(fn: (assert: Assert) => void | Promise<void>): void;
afterEach(fn: (assert: Assert) => void | Promise<void>): void;
/**
/**
* Runs before each test.

@@ -467,3 +473,3 @@ */

/** List of registered modules, */
modules: Array<{ name: string, moduleId: string }>
modules: Array<{ name: string; moduleId: string }>;
}

@@ -656,3 +662,3 @@ interface DoneDetails {

*/
hooks: GlobalHooks
hooks: GlobalHooks;

@@ -659,0 +665,0 @@ /**

{
"name": "@types/qunit",
"version": "2.19.5",
"version": "2.19.6",
"description": "TypeScript definitions for QUnit",

@@ -29,5 +29,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qunit",

{
"name": "Dan Freeman",
"url": "https://github.com/dfreeman",
"githubUsername": "dfreeman"
"name": "Krystan HuffMenne",
"url": "https://github.com/gitKrystan",
"githubUsername": "gitKrystan"
},

@@ -54,4 +54,4 @@ {

"dependencies": {},
"typesPublisherContentHash": "e951b87e5c796ab7019b41210ac2944fa972d84bf12d6b262df2c2a6b436e0b5",
"typesPublisherContentHash": "9df56da99bcf0610c759ec5d220556fd31c5e770842916a4b01ade64065a6d8b",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Sat, 29 Apr 2023 04:03:41 GMT
* Last updated: Tue, 13 Jun 2023 20:03:12 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [James Bracy](https://github.com/waratuman), [Mike North](https://github.com/mike-north), [Stefan Sechelmann](https://github.com/sechel), [Chris Krycho](https://github.com/chriskrycho), [Dan Freeman](https://github.com/dfreeman), [James C. Davis](https://github.com/jamescdavis), and [Timo Tijhof](https://github.com/Krinkle).
These definitions were written by [James Bracy](https://github.com/waratuman), [Mike North](https://github.com/mike-north), [Stefan Sechelmann](https://github.com/sechel), [Chris Krycho](https://github.com/chriskrycho), [Krystan HuffMenne](https://github.com/gitKrystan), [James C. Davis](https://github.com/jamescdavis), and [Timo Tijhof](https://github.com/Krinkle).
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