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.6 to 2.11.0

26

qunit/index.d.ts

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

// Type definitions for QUnit v2.9.2
// Type definitions for QUnit v2.11.3
// Project: http://qunitjs.com/

@@ -76,2 +76,14 @@ // Definitions by: James Bracy <https://github.com/waratuman>

/**
* A strict comparison that passes if the first argument is boolean `false`.
*
* `false()` requires just one argument.
* If the first argument evaluates to false, the assertion passes; otherwise, it fails.
* If a second message argument is provided, it will be displayed in place of the result.
*
* @param state Expression being tested
* @param {string} message A short description of the assertion
*/
false(state: any, message?: string): void;
/**
* An inverted deep recursive comparison, working on primitive types,

@@ -225,2 +237,14 @@ * arrays, objects, regular expressions, dates and functions.

/**
* A strict comparison that passes if the first argument is boolean `true`.
*
* `true()` requires just one argument.
* If the first argument evaluates to true, the assertion passes; otherwise, it fails.
* If a second message argument is provided, it will be displayed in place of the result.
*
* @param state Expression being tested
* @param {string} message A short description of the assertion
*/
true(state: any, message?: string): void;
/**
* Test if a callback throws an exception, and optionally compare the thrown

@@ -227,0 +251,0 @@ * error.

6

qunit/package.json
{
"name": "@types/qunit",
"version": "2.9.6",
"version": "2.11.0",
"description": "TypeScript definitions for QUnit",

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

"dependencies": {},
"typesPublisherContentHash": "c13c40e650669deefd652f9f0af355cb9bc994ba82ad49afebaa1da29b56cd4c",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "f29dd47b37e66ad79d131cac185fd3ba9b1d774281d435c0cfd77c49e4e070ad",
"typeScriptVersion": "3.3"
}

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

### Additional Details
* Last updated: Wed, 28 Oct 2020 21:03:50 GMT
* Last updated: Thu, 03 Dec 2020 05:14:51 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