@types/jasmine
Advanced tools
@@ -357,3 +357,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; | ||
@@ -360,0 +360,0 @@ function createSpy<Fn extends Func>(name?: string, originalFn?: Fn): Spy<Fn>; |
| { | ||
| "name": "@types/jasmine", | ||
| "version": "4.6.4", | ||
| "version": "4.6.5", | ||
| "description": "TypeScript definitions for jasmine", | ||
@@ -88,4 +88,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine", | ||
| "dependencies": {}, | ||
| "typesPublisherContentHash": "dad711c0d2a88d6679a2cc7e639fe0be7f7ece6ae7554444f4dd5b9983b362a8", | ||
| "typeScriptVersion": "4.5" | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "08956568088ca45b46ece4a79d2f9a4ec16c149ee48c9465483e8adba3450f43", | ||
| "typeScriptVersion": "5.0" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
| * Last updated: Thu, 13 Feb 2025 22:34:15 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
56177
0.09%