Socket
Socket
Sign inDemoInstall

@types/jasmine

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jasmine - npm Package Compare versions

Comparing version 3.10.10 to 3.10.11

24

jasmine v3.10/index.d.ts

@@ -125,4 +125,4 @@ // Type definitions for Jasmine 3.10

* Create an expectation for a spec.
* @checkReturnValue see https://tsetse.info/check-return-value
* @param spy
* @see https://tsetse.info/check-return-value
*/

@@ -133,4 +133,4 @@ declare function expect<T extends jasmine.Func>(spy: T | jasmine.Spy<T>): jasmine.FunctionMatchers<T>;

* Create an expectation for a spec.
* @checkReturnValue see https://tsetse.info/check-return-value
* @param actual
* @see https://tsetse.info/check-return-value
*/

@@ -141,4 +141,4 @@ declare function expect<T>(actual: ArrayLike<T>): jasmine.ArrayLikeMatchers<T>;

* Create an expectation for a spec.
* @checkReturnValue see https://tsetse.info/check-return-value
* @param actual Actual computed value to test expectations against.
* @see https://tsetse.info/check-return-value
*/

@@ -157,4 +157,4 @@ declare function expect<T>(actual: T): jasmine.Matchers<T>;

* in order for Jasmine to associate them with the correct spec.
* @checkReturnValue see https://tsetse.info/check-return-value
* @param actual Actual computed value to test expectations against.
* @see https://tsetse.info/check-return-value
*/

@@ -223,4 +223,4 @@ declare function expectAsync<T, U>(actual: T | PromiseLike<T>): jasmine.AsyncMatchers<T, U>;

| {
[K in keyof T]: ExpectedRecursive<T[K]> | Any;
};
[K in keyof T]: ExpectedRecursive<T[K]> | Any;
};
type Expected<T> =

@@ -233,4 +233,4 @@ | T

| {
[K in keyof T]: ExpectedRecursive<T[K]>;
};
[K in keyof T]: ExpectedRecursive<T[K]>;
};
type SpyObjMethodNames<T = undefined> = T extends undefined

@@ -791,3 +791,3 @@ ? ReadonlyArray<string> | { [methodName: string]: any }

* @param message Additional context to show when the matcher fails
* @see https://tsetse.info/check-return-value
* @checkReturnValue see https://tsetse.info/check-return-value
*/

@@ -840,3 +840,3 @@ withContext(message: string): Matchers<T>;

* @param message Additional context to show when the matcher fails.
* @see https://tsetse.info/check-return-value
* @checkReturnValue see https://tsetse.info/check-return-value
*/

@@ -869,3 +869,3 @@ withContext(message: string): ArrayLikeMatchers<T>;

* @param message Additional context to show when the matcher fails.
* @see https://tsetse.info/check-return-value
* @checkReturnValue see https://tsetse.info/check-return-value
*/

@@ -943,3 +943,3 @@ withContext(message: string): FunctionMatchers<Fn>;

* @param message Additional context to show when the matcher fails.
* @see https://tsetse.info/check-return-value
* @checkReturnValue see https://tsetse.info/check-return-value
*/

@@ -946,0 +946,0 @@ withContext(message: string): AsyncMatchers<T, U>;

{
"name": "@types/jasmine",
"version": "3.10.10",
"version": "3.10.11",
"description": "TypeScript definitions for Jasmine",

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

"dependencies": {},
"typesPublisherContentHash": "3551245f995209bcf5e43de37c9a680ad4ac372c5bf289c0815cbbbffe090db3",
"typesPublisherContentHash": "110844ad93a82b6655ef52148c53242612616a38b53eb16706ac20a0016bec60",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Mon, 19 Jun 2023 18:02:45 GMT
* Last updated: Wed, 28 Jun 2023 22:02:40 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `afterAll`, `afterEach`, `beforeAll`, `beforeEach`, `describe`, `expect`, `expectAsync`, `fail`, `fdescribe`, `fit`, `it`, `jasmine`, `pending`, `setSpecProperty`, `setSuiteProperty`, `spyOn`, `spyOnAllFunctions`, `spyOnProperty`, `xdescribe`, `xit`

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