Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/jest-axe

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jest-axe - npm Package Compare versions

Comparing version 3.5.5 to 3.5.6

4

jest-axe/index.d.ts

@@ -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

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