Socket
Socket
Sign inDemoInstall

@types/mocha

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mocha - npm Package Compare versions

Comparing version 2.2.44 to 2.2.45

4

mocha/index.d.ts

@@ -6,2 +6,4 @@ // Type definitions for mocha 2.2.5

/// <reference types="node" />
interface MochaSetupOptions {

@@ -176,3 +178,3 @@ //milliseconds to wait before considering a test slow

/** Partial interface for Mocha's `Runner` class. */
interface IRunner { }
interface IRunner extends NodeJS.EventEmitter { }

@@ -179,0 +181,0 @@ interface IContextDefinition {

{
"name": "@types/mocha",
"version": "2.2.44",
"version": "2.2.45",
"description": "TypeScript definitions for mocha",

@@ -34,5 +34,7 @@ "license": "MIT",

"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "cbcad14ea5a435f9b507c0dbeacda562706726a3c6653846bc3ed88089aa3769",
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "bfb75ae94444746750e938759a140fed9284c30436addb05c19dc5527b140536",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 26 Oct 2017 18:02:22 GMT
* Dependencies: none
* Last updated: Sat, 23 Dec 2017 16:04:56 GMT
* Dependencies: node
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xdescribe, xit

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc