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.9.0 to 2.9.1

18

qunit/index.d.ts

@@ -261,3 +261,3 @@ // Type definitions for QUnit v2.9.2

*/
rejects(promise: Promise<any>, message?: string): void;
rejects(promise: Promise<any>, message?: string): Promise<void>;
rejects(

@@ -267,3 +267,3 @@ promise: Promise<any>,

message?: string,
): void;
): Promise<void>;

@@ -331,3 +331,3 @@ /**

*/
after?: (assert: Assert) => void;
after?: (assert: Assert) => void | Promise<void>;

@@ -337,3 +337,3 @@ /**

*/
afterEach?: (assert: Assert) => void;
afterEach?: (assert: Assert) => void | Promise<void>;

@@ -343,3 +343,3 @@ /**

*/
before?: (assert: Assert) => void;
before?: (assert: Assert) => void | Promise<void>;

@@ -349,3 +349,3 @@ /**

*/
beforeEach?: (assert: Assert) => void;
beforeEach?: (assert: Assert) => void | Promise<void>;

@@ -565,3 +565,3 @@ }

*/
only(name: string, callback: (assert: Assert) => void): void;
only(name: string, callback: (assert: Assert) => void | Promise<any>): void;

@@ -597,3 +597,3 @@ /**

*/
skip(name: string, callback?: (assert: Assert) => void): void;
skip(name: string, callback?: (assert: Assert) => void | Promise<any>): void;

@@ -644,3 +644,3 @@ /**

*/
test(name: string, callback: (assert: Assert) => void): void;
test(name: string, callback: (assert: Assert) => void | Promise<any>): void;

@@ -647,0 +647,0 @@ /**

{
"name": "@types/qunit",
"version": "2.9.0",
"version": "2.9.1",
"description": "TypeScript definitions for QUnit",

@@ -24,3 +24,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -33,4 +33,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "f4deafbb242e4e0fe4c3da6f72721f2826d91b664aceba4b2c20b721b53e315f",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "b725cf7ccc35af001075708203f09ac6efb0a377bf99f2b946b34186c17df233",
"typeScriptVersion": "2.8"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for QUnit ( http://qunitjs.com/ ).
This package contains type definitions for QUnit (http://qunitjs.com/).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qunit
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qunit.
Additional Details
* Last updated: Mon, 29 Apr 2019 08:33:10 GMT
### Additional Details
* Last updated: Wed, 01 Apr 2020 17:26:42 GMT
* Dependencies: none
* Global values: QUnit
* Global values: `QUnit`
# 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>.
These definitions were written by [James Bracy](https://github.com/waratuman), [Mike North](https://github.com/mike-north), and [Stefan Sechelmann](https://github.com/sechel).
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