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

gulp-mocha

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-mocha - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

7

index.js

@@ -9,2 +9,4 @@ 'use strict';

const HUNDRED_MEGABYTES = 1000 * 1000 * 100;
module.exports = opts => {

@@ -45,3 +47,6 @@ opts = Object.assign({

const env = npmRunPath.env({cwd: __dirname});
const proc = execa('mocha', files.concat(args), {env});
const proc = execa('mocha', files.concat(args), {
env,
maxBuffer: HUNDRED_MEGABYTES
});

@@ -48,0 +53,0 @@ proc.then(result => {

2

package.json
{
"name": "gulp-mocha",
"version": "4.2.0",
"version": "4.3.0",
"description": "Run Mocha tests",

@@ -5,0 +5,0 @@ "license": "MIT",

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