New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mocha.parallel

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha.parallel - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

10

index.js

@@ -169,7 +169,2 @@ var Promise = require('bluebird');

// Wrap generator functions
if (fn && fn.constructor.name === 'GeneratorFunction') {
fn = Promise.coroutine(fn);
}
var spec = {

@@ -271,2 +266,7 @@ name: name,

// Wrap generator functions
if (fn && fn.constructor.name === 'GeneratorFunction') {
fn = Promise.coroutine(fn);
}
var res = fn.call(ctx || this, cb);

@@ -273,0 +273,0 @@

{
"name": "mocha.parallel",
"version": "0.11.0",
"version": "0.11.1",
"description": "Run async mocha specs in parallel",

@@ -5,0 +5,0 @@ "main": "index.js",

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