Socket
Socket
Sign inDemoInstall

@types/mocha

Package Overview
Dependencies
0
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.39 to 2.2.40

18

mocha/index.d.ts

@@ -115,10 +115,10 @@ // Type definitions for mocha 2.2.5

interface ISuiteCallbackContext {
timeout(ms: number): void;
retries(n: number): void;
slow(ms: number): void;
timeout(ms: number): this;
retries(n: number): this;
slow(ms: number): this;
}
interface IHookCallbackContext {
skip(): void;
timeout(ms: number): void;
skip(): this;
timeout(ms: number): this;
[index: string]: any;

@@ -129,6 +129,6 @@ }

interface ITestCallbackContext {
skip(): void;
timeout(ms: number): void;
retries(n: number): void;
slow(ms: number): void;
skip(): this;
timeout(ms: number): this;
retries(n: number): this;
slow(ms: number): this;
[index: string]: any;

@@ -135,0 +135,0 @@ }

{
"name": "@types/mocha",
"version": "2.2.39",
"version": "2.2.40",
"description": "TypeScript definitions for mocha",
"license": "MIT",
"author": "Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>, otiai10 <https://github.com/otiai10>, jt000 <https://github.com/jt000>, Vadim Macagon <https://github.com/enlight>",
"contributors": [
{
"name": "Kazi Manzur Rashid",
"url": "https://github.com/kazimanzurrashid/"
},
{
"name": "otiai10",
"url": "https://github.com/otiai10"
},
{
"name": "jt000",
"url": "https://github.com/jt000"
},
{
"name": "Vadim Macagon",
"url": "https://github.com/enlight"
}
],
"main": "",

@@ -15,4 +32,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "8fed843b1703be26d77f60157a0d844e699c7da3927ae8a52ee6ff33c016c3e4",
"typesPublisherContentHash": "1d05d1512f71af0090e98e609186f42e31deabe4aabb7280b7c7597a08c63844",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Sat, 04 Feb 2017 02:28:21 GMT
* Last updated: Sat, 11 Mar 2017 01:36:05 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xdescribe, xit

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc