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 16.0.3 to 16.0.4

1

jest/index.d.ts

@@ -155,2 +155,3 @@ // Type definitions for Jest 16.0.0

mockClear(): void;
mockReset(): void;
mockImplementation(fn: Function): Mock<T>;

@@ -157,0 +158,0 @@ mockImplementationOnce(fn: Function): Mock<T>;

4

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

@@ -15,4 +15,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "bf56b10c2c14143c4960d193545af1a7d4efdcc19f9dafc49354e7bcfde048fe",
"typesPublisherContentHash": "71171e9a0a6caf932896cd74aa6eb44c38144daaaf48f422bd5b15c6d94356a1",
"typeScriptVersion": "2.0"
}

@@ -11,5 +11,4 @@ # Installation

Additional Details
* Last updated: Fri, 30 Dec 2016 17:49:08 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Thu, 12 Jan 2017 17:47:41 GMT
* Dependencies: none
* Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest

@@ -16,0 +15,0 @@

{
"authors": "Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": 16,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"name": "jest",
"libraryName": "Jest",
"typingsPackageName": "jest",
"projectName": "http://facebook.github.io/jest/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "master",
"globals": [
"afterAll",
"afterEach",
"beforeAll",
"beforeEach",
"describe",
"expect",
"fail",
"fdescribe",
"fit",
"it",
"jasmine",
"jest",
"pending",
"spyOn",
"test",
"xdescribe",
"xit",
"xtest"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "bf56b10c2c14143c4960d193545af1a7d4efdcc19f9dafc49354e7bcfde048fe"
"data": {
"authors": "Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>",
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 16,
"libraryMinorVersion": 0,
"typeScriptVersion": "2.0",
"libraryName": "Jest",
"typingsPackageName": "jest",
"projectName": "http://facebook.github.io/jest/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [
"afterAll",
"afterEach",
"beforeAll",
"beforeEach",
"describe",
"expect",
"fail",
"fdescribe",
"fit",
"it",
"jasmine",
"jest",
"pending",
"spyOn",
"test",
"xdescribe",
"xit",
"xtest"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "71171e9a0a6caf932896cd74aa6eb44c38144daaaf48f422bd5b15c6d94356a1"
},
"isLatest": true
}
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