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.4 to 2.9.5

16

qunit/index.d.ts

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

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

@@ -363,3 +363,3 @@ /**

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

@@ -369,3 +369,3 @@ /**

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

@@ -375,3 +375,3 @@ /**

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

@@ -567,3 +567,3 @@ }

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

@@ -599,3 +599,3 @@ /**

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

@@ -646,3 +646,3 @@ /**

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

@@ -683,3 +683,3 @@ /**

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

@@ -686,0 +686,0 @@ /**

{
"name": "@types/qunit",
"version": "2.9.4",
"version": "2.9.5",
"description": "TypeScript definitions for QUnit",

@@ -47,4 +47,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "f9e49c73ae3790d26c5a55ad9a4ecb4a30ca3407e45c0561ca1243e838a0a9ec",
"typesPublisherContentHash": "129c4126c3c2acf4b2ce80b70480b9b56057ffea35e4b92850f306975b12f94c",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Thu, 24 Sep 2020 04:42:08 GMT
* Last updated: Thu, 24 Sep 2020 21:21:35 GMT
* Dependencies: none

@@ -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