Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
0
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.0.0 to 16.0.1

4

jest/index.d.ts

@@ -94,3 +94,3 @@ // Type definitions for Jest 16.0.0

interface ProvidesCallback {
(cb?: DoneCallback): any;
(cb: DoneCallback): any;
}

@@ -103,3 +103,3 @@

interface It {
(name: string, fn: ProvidesCallback): void;
(name: string, fn?: ProvidesCallback): void;
only: It;

@@ -106,0 +106,0 @@ skip: It;

{
"name": "@types/jest",
"version": "16.0.0",
"description": "TypeScript definitions for Jest 16.0.0",
"version": "16.0.1",
"description": "TypeScript definitions for Jest",
"license": "MIT",

@@ -15,4 +15,3 @@ "author": "Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "f8ed97da943e045270318ddc5c97326414e93d083449e2cdfb078f5415a3340a"
"typesPublisherContentHash": "3cce037bfad39376d90445263b298d319c9d679d6bbb4264e0d18df03e3bfa26"
}

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

# Summary
This package contains type definitions for Jest 16.0.0 (http://facebook.github.io/jest/).
This package contains type definitions for Jest (http://facebook.github.io/jest/).

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

Additional Details
* Last updated: Mon, 14 Nov 2016 19:34:56 GMT
* Last updated: Wed, 30 Nov 2016 22:26:01 GMT
* File structure: Global

@@ -15,0 +15,0 @@ * Library Dependencies: none

{
"authors": "Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],

@@ -8,3 +7,3 @@ "moduleDependencies": [],

"libraryMinorVersion": 0,
"libraryName": "Jest 16.0.0",
"libraryName": "Jest",
"typingsPackageName": "jest",

@@ -40,3 +39,3 @@ "projectName": "http://facebook.github.io/jest/",

"hasPackageJson": false,
"contentHash": "f8ed97da943e045270318ddc5c97326414e93d083449e2cdfb078f5415a3340a"
"contentHash": "3cce037bfad39376d90445263b298d319c9d679d6bbb4264e0d18df03e3bfa26"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc