Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jest - npm Package Compare versions

Comparing version 21.1.10 to 22.0.0

11

jest/index.d.ts

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

// Type definitions for Jest 21.1
// Type definitions for Jest 22.0
// Project: http://facebook.github.io/jest/

@@ -12,2 +12,3 @@ // Definitions by: Asana <https://asana.com>

// Jamie Mason <https://github.com/JamieMason>
// Douglas Duteil <https://github.com/douglasduteil>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -819,2 +820,6 @@ // TypeScript Version: 2.3

coveragePathIgnorePatterns: string[];
cwd: Path;
detectLeaks: boolean;
displayName: Maybe<string>;
forceCoverageMatch: Glob[];
globals: ConfigGlobals;

@@ -834,2 +839,3 @@ haste: HasteConfig;

roots: Path[];
runner: string;
setupFiles: Path[];

@@ -840,2 +846,4 @@ setupTestFrameworkScriptFile: Path;

testEnvironment: string;
testEnvironmentOptions: object;
testLocationInResults: boolean;
testMatch: Glob[];

@@ -850,2 +858,3 @@ testPathIgnorePatterns: string[];

unmockedModulePathPatterns: Maybe<string[]>;
watchPathIgnorePatterns: string[];
}

@@ -852,0 +861,0 @@

9

jest/package.json
{
"name": "@types/jest",
"version": "21.1.10",
"version": "22.0.0",
"description": "TypeScript definitions for Jest",

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

"githubUsername": "JamieMason"
},
{
"name": "Douglas Duteil",
"url": "https://github.com/douglasduteil",
"githubUsername": "douglasduteil"
}

@@ -60,4 +65,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "4272a9b4836d288c1bf50d72bc38a852d6039b32fd106c1986aec0ddb1ec8e6e",
"typesPublisherContentHash": "fa224b273b30717a3ad793d8be8134ae027b60d2ae81f579d613522ea3d551a2",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 28 Dec 2017 02:24:48 GMT
* Last updated: Thu, 28 Dec 2017 23:58:44 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest

# Credits
These definitions were written by Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>, Alexey Svetliakov <https://github.com/asvetliakov>, Alex Jover Morales <https://github.com/alexjoverm>, Allan Lukwago <https://github.com/epicallan>, Ika <https://github.com/ikatyang>, Waseem Dahman <https://github.com/wsmd>, Jamie Mason <https://github.com/JamieMason>.
These definitions were written by Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>, Alexey Svetliakov <https://github.com/asvetliakov>, Alex Jover Morales <https://github.com/alexjoverm>, Allan Lukwago <https://github.com/epicallan>, Ika <https://github.com/ikatyang>, Waseem Dahman <https://github.com/wsmd>, Jamie Mason <https://github.com/JamieMason>, Douglas Duteil <https://github.com/douglasduteil>.
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