@types/jest-axe
Advanced tools
Comparing version 3.5.5 to 3.5.6
@@ -9,3 +9,3 @@ // Type definitions for jest-axe 3.5 | ||
import { AxeResults, ImpactValue, Result, RunOptions, Spec } from 'axe-core'; | ||
import { AxeResults, ImpactValue, Result, RunOptions, Spec } from "axe-core"; | ||
@@ -82,3 +82,3 @@ export interface JestAxeConfigureOptions extends RunOptions { | ||
// axe-core depends on a global Node | ||
interface Node { } | ||
interface Node {} | ||
} |
{ | ||
"name": "@types/jest-axe", | ||
"version": "3.5.5", | ||
"version": "3.5.6", | ||
"description": "TypeScript definitions for jest-axe", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-axe", | ||
}, | ||
"typesPublisherContentHash": "4e2cf4ef6de9967482eee898f23a762f137cb2ba6ae7cfba613942e3bcd1cf5a", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "0724c16f3f270e6cd52623b75d00a7935bebc173f4a6ae3d5e5aafb21af79b8e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -19,3 +19,3 @@ # Installation | ||
import { AxeResults, ImpactValue, Result, RunOptions, Spec } from 'axe-core'; | ||
import { AxeResults, ImpactValue, Result, RunOptions, Spec } from "axe-core"; | ||
@@ -92,3 +92,3 @@ export interface JestAxeConfigureOptions extends RunOptions { | ||
// axe-core depends on a global Node | ||
interface Node { } | ||
interface Node {} | ||
} | ||
@@ -99,3 +99,3 @@ | ||
### Additional Details | ||
* Last updated: Sat, 24 Sep 2022 05:02:56 GMT | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: [@types/axe-core](https://npmjs.com/package/@types/axe-core), [@types/jest](https://npmjs.com/package/@types/jest) | ||
@@ -102,0 +102,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6896