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 1.2.1 to 2.1.0

8

jest-json-schema/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for jest-json-schema 1.2
// Type definitions for jest-json-schema 2.1
// Project: https://github.com/americanexpress/jest-json-schema#readme
// Definitions by: Igor Korolev <https://github.com/deadNightTiger>
// Matt Scheurich <https://github.com/lvl99>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -8,3 +9,3 @@ // TypeScript Version: 3.0

/// <reference types="jest" />
import * as ajv from "ajv";
import * as ajv from 'ajv';

@@ -14,2 +15,3 @@ declare global {

interface Matchers<R> {
toBeValidSchema(): R;
toMatchSchema(schema: object): R;

@@ -21,2 +23,2 @@ }

export const matchers: jest.ExpectExtendMap;
export function matchersWithOptions(options: ajv.Options): jest.ExpectExtendMap;
export function matchersWithOptions(options: ajv.Options, extendAjv?: (ajv: ajv.Ajv) => void): jest.ExpectExtendMap;
{
"name": "@types/jest-json-schema",
"version": "1.2.1",
"version": "2.1.0",
"description": "TypeScript definitions for jest-json-schema",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "deadNightTiger"
},
{
"name": "Matt Scheurich",
"url": "https://github.com/lvl99",
"githubUsername": "lvl99"
}

@@ -18,3 +23,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/jest-json-schema"
},

@@ -24,6 +30,6 @@ "scripts": {},

"@types/jest": "*",
"ajv": "^4.11.5"
"ajv": "^6.10.2"
},
"typesPublisherContentHash": "0a429bd1b383d0854dac9135a6efbca2980be38b62a4f578cebae1bd432ca62f",
"typesPublisherContentHash": "143f5c390b95b91b43abcfdec9f0965573c20e6ac88795bad2d8b66675ae634b",
"typeScriptVersion": "3.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for jest-json-schema ( https://github.com/americanexpress/jest-json-schema#readme ).
This package contains type definitions for jest-json-schema (https://github.com/americanexpress/jest-json-schema#readme).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 05 Feb 2019 01:10:04 GMT
* Last updated: Wed, 25 Sep 2019 23:34:24 GMT
* Dependencies: @types/ajv, @types/jest

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Igor Korolev <https://github.com/deadNightTiger>.
These definitions were written by Igor Korolev <https://github.com/deadNightTiger>, and Matt Scheurich <https://github.com/lvl99>.
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