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
1
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 7.0.2 to 8.0.0

21

package.json
{
"name": "gulp-mocha",
"version": "7.0.2",
"version": "8.0.0",
"description": "Run Mocha tests",
"license": "MIT",
"repository": "sindresorhus/gulp-mocha",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=10"
},

@@ -38,7 +39,7 @@ "scripts": {

"dargs": "^7.0.0",
"execa": "^2.0.4",
"mocha": "^6.2.0",
"execa": "^5.0.0",
"mocha": "^8.3.0",
"plugin-error": "^1.0.1",
"supports-color": "^7.0.0",
"through2": "^3.0.1"
"supports-color": "^8.1.1",
"through2": "^4.0.2"
},

@@ -48,5 +49,5 @@ "devDependencies": {

"gulp": "^4.0.2",
"p-event": "^4.1.0",
"vinyl": "^2.1.0",
"xo": "^0.24.0"
"p-event": "^4.2.0",
"vinyl": "^2.2.1",
"xo": "^0.37.1"
},

@@ -53,0 +54,0 @@ "peerDependencies": {

@@ -1,2 +0,2 @@

# gulp-mocha [![Build Status](https://travis-ci.org/sindresorhus/gulp-mocha.svg?branch=master)](https://travis-ci.org/sindresorhus/gulp-mocha)
# gulp-mocha

@@ -7,5 +7,3 @@ > Run [Mocha](https://github.com/mochajs/mocha) tests

**[Maintainer needed](https://github.com/sindresorhus/gulp-mocha/issues/128)**
## Install

@@ -12,0 +10,0 @@

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

return Object.entries(object)
// TODO: Stop using `.reduce`
// eslint-disable-next-line unicorn/no-array-reduce
.reduce((result, current) => result.concat(`${current[0]}=${current[1]}`), [])

@@ -7,0 +9,0 @@ .join(',');

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