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 23.1.0 to 23.1.1

10

jest/index.d.ts

@@ -212,2 +212,10 @@ // Type definitions for Jest 23.1

interface Each {
(cases: any[]): (name: string, fn: (...args: any[]) => any) => void;
(strings: TemplateStringsArray, ...placeholders: any[]): (
name: string,
fn: (arg: any) => any
) => void;
}
/**

@@ -231,2 +239,3 @@ * Creates a test closure

concurrent: It;
each: Each;
}

@@ -239,2 +248,3 @@

skip: Describe;
each: Each;
}

@@ -241,0 +251,0 @@

4

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

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

"dependencies": {},
"typesPublisherContentHash": "43db37f780da00ecfada28b99ef7bbae09183013c7b6a85ba702e3fa5fac09b2",
"typesPublisherContentHash": "78d7c9fc44b96aaf168c47f89d300a9af5348d2d9f20d71721943f25dfce57a5",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 13 Jun 2018 19:16:56 GMT
* Last updated: Mon, 18 Jun 2018 22:47:04 GMT
* Dependencies: none

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

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