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.46 to 2.2.47

4

mocha/index.d.ts

@@ -89,5 +89,5 @@ // Type definitions for mocha 2.2.5

/** Sets reporter by name, defaults to "spec". */
reporter(name: string): Mocha;
reporter(name: string, reporterOptions?: any): Mocha;
/** Sets reporter constructor, defaults to mocha.reporters.Spec. */
reporter(reporter: ReporterConstructor): Mocha;
reporter(reporter: ReporterConstructor, reporterOptions?: any): Mocha;
ui(value: string): Mocha;

@@ -94,0 +94,0 @@ grep(value: string): Mocha;

{
"name": "@types/mocha",
"version": "2.2.46",
"version": "2.2.47",
"description": "TypeScript definitions for mocha",

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

"dependencies": {},
"typesPublisherContentHash": "5abc7f027105a4e12d38f4e60fbe9780452d521fa58b335a923e46490287ccff",
"typesPublisherContentHash": "6efa63f353a3b8d4c11807aafe282592073889354d6ff1b0f8c6ae875cc5b5a5",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 04 Jan 2018 23:26:01 GMT
* Last updated: Tue, 23 Jan 2018 20:05:42 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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc