You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/jasmine

Package Overview
Dependencies
Maintainers
1
Versions
194
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
5.1.5
to
5.1.6
+1
-1
jasmine/index.d.ts

@@ -403,3 +403,3 @@ // For ddescribe / iit use : https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/karma-jasmine/karma-jasmine.d.ts

function setDefaultSpyStrategy<Fn extends Func = Func>(fn?: (and: SpyAnd<Fn>) => void): void;
function spyOnGlobalErrorsAsync(fn?: (globalErrorSpy: Error) => Promise<void>): Promise<void>;
function spyOnGlobalErrorsAsync(fn?: (globalErrorSpy: Spy<(error: Error) => void>) => Promise<void>): Promise<void>;
function addSpyStrategy<Fn extends Func = Func>(name: string, factory: Fn): void;

@@ -406,0 +406,0 @@ function createSpy<Fn extends Func>(name?: string, originalFn?: Fn): Spy<Fn>;

{
"name": "@types/jasmine",
"version": "5.1.5",
"version": "5.1.6",
"description": "TypeScript definitions for jasmine",

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

"peerDependencies": {},
"typesPublisherContentHash": "2bfca2751ef723429fda99e1c01f567b2409e7e6ace80c14a33d1bb4d26abd9f",
"typesPublisherContentHash": "36cf1b05d3a7cb698406506466165ba697c74b444589ef103227eae77e2010f0",
"typeScriptVersion": "5.0"
}

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

### Additional Details
* Last updated: Thu, 28 Nov 2024 11:32:25 GMT
* Last updated: Thu, 13 Feb 2025 22:34:15 GMT
* Dependencies: none

@@ -14,0 +14,0 @@