Socket
Socket
Sign inDemoInstall

@types/mocha

Package Overview
Dependencies
Maintainers
1
Versions
65
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.32 to 2.2.33

3

mocha/index.d.ts

@@ -45,2 +45,5 @@ // Type definitions for mocha 2.2.5

// Used with the --delay flag; see https://mochajs.org/#hooks
declare function run(): void;
interface MochaDone {

@@ -47,0 +50,0 @@ (error?: any): any;

5

mocha/package.json
{
"name": "@types/mocha",
"version": "2.2.32",
"version": "2.2.33",
"description": "TypeScript definitions for mocha 2.2.5",

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

"dependencies": {},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "3dcac2b43e6f3f1f5684f0e8ee8235b23065453de7d98369f003b21680e117f9"
"typesPublisherContentHash": "781be81f667ad5dfc5a317c96c9192a944f459427b446063fc6810c335964f04"
}

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

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Mon, 14 Nov 2016 19:34:57 GMT
* File structure: Mixed
* Library Dependencies: none
* Module Dependencies: none
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xdescribe, xit
* Global values: Mocha, after, afterEach, before, beforeEach, context, describe, it, mocha, run, setup, specify, suite, suiteSetup, suiteTeardown, teardown, test, xdescribe, xit
# Credits
These definitions were written by Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>, otiai10 <https://github.com/otiai10>, jt000 <https://github.com/jt000>, Vadim Macagon <https://github.com/enlight>.

@@ -6,4 +6,4 @@ {

"moduleDependencies": [],
"libraryMajorVersion": "2",
"libraryMinorVersion": "2",
"libraryMajorVersion": 2,
"libraryMinorVersion": 2,
"libraryName": "mocha 2.2.5",

@@ -25,2 +25,3 @@ "typingsPackageName": "mocha",

"mocha",
"run",
"setup",

@@ -43,3 +44,3 @@ "specify",

"hasPackageJson": false,
"contentHash": "3dcac2b43e6f3f1f5684f0e8ee8235b23065453de7d98369f003b21680e117f9"
"contentHash": "781be81f667ad5dfc5a317c96c9192a944f459427b446063fc6810c335964f04"
}
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