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 0.9.30 to 0.9.31

1

jest/index.d.ts

@@ -12,2 +12,3 @@ // Type definitions for Jest 0.9.0

declare var it: jest.It;
declare var test: jest.It;
declare function pit(name: string, fn: jest.EmptyFunction): void;

@@ -14,0 +15,0 @@

7

jest/package.json
{
"name": "@types/jest",
"version": "0.9.30",
"version": "0.9.31",
"description": "TypeScript definitions for Jest 0.9.0",

@@ -14,5 +14,6 @@ "license": "MIT",

"dependencies": {
"@types/node": "6.0.*"
"@types/node": "*"
},
"typings": "index.d.ts"
"typings": "index.d.ts",
"typesPublisherContentHash": "ad32e6cec56fa262641a48560cd14bd6946c1190f6d080227650cf6d3d0dcba9"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:06 GMT
* Last updated: Mon, 12 Sep 2016 17:13:58 GMT
* File structure: Global
* Library Dependencies: node
* Module Dependencies: none
* Global values: afterEach, beforeEach, describe, expect, it, jest, pit, xdescribe, xit
* Global values: afterEach, beforeEach, describe, expect, it, jest, pit, test, xdescribe, xit
# Credits
These definitions were written by Asana <https://asana.com>.

@@ -24,2 +24,3 @@ {

"pit",
"test",
"xdescribe",

@@ -33,3 +34,3 @@ "xit"

"hasPackageJson": false,
"contentHash": "d45e130a64536932b89c45d7e831f9cc995b021b4ad147ea1466d36a8f29619b"
"contentHash": "ad32e6cec56fa262641a48560cd14bd6946c1190f6d080227650cf6d3d0dcba9"
}
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