Socket
Socket
Sign inDemoInstall

@types/jest-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jest-json-schema - npm Package Compare versions

Comparing version 2.1.4 to 6.1.0

5

jest-json-schema/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for jest-json-schema 2.1
// Type definitions for jest-json-schema 6.1
// Project: https://github.com/americanexpress/jest-json-schema#readme

@@ -20,2 +20,3 @@ // Definitions by: Matt Scheurich <https://github.com/lvl99>

export const matchers: jest.ExpectExtendMap;
export function matchersWithOptions(options: ajv.Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap;
export type Options = ajv.Options & { AjvClass?: any };
export function matchersWithOptions(options: Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap;

4

jest-json-schema/package.json
{
"name": "@types/jest-json-schema",
"version": "2.1.4",
"version": "6.1.0",
"description": "TypeScript definitions for jest-json-schema",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-json-schema",

},
"typesPublisherContentHash": "8ce071ecb5facb25b03d5952900e45250332bcdf955f9f878da8e6f64fa88636",
"typesPublisherContentHash": "338dd71e7400a85c171bb447c7e26e8905a4d8fe2dbbb699a499c14512abd0e5",
"typeScriptVersion": "3.8"
}

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

````ts
// Type definitions for jest-json-schema 2.1
// Type definitions for jest-json-schema 6.1
// Project: https://github.com/americanexpress/jest-json-schema#readme

@@ -31,3 +31,4 @@ // Definitions by: Matt Scheurich <https://github.com/lvl99>

export const matchers: jest.ExpectExtendMap;
export function matchersWithOptions(options: ajv.Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap;
export type Options = ajv.Options & { AjvClass?: any };
export function matchersWithOptions(options: Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap;

@@ -37,3 +38,3 @@ ````

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:34:54 GMT
* Last updated: Tue, 25 Jan 2022 03:01:33 GMT
* Dependencies: [@types/ajv](https://npmjs.com/package/@types/ajv), [@types/jest](https://npmjs.com/package/@types/jest)

@@ -40,0 +41,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