🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mocha

Package Overview
Dependencies
Maintainers
3
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha - npm Package Compare versions

Comparing version

to
11.5.0

2

lib/cli/collect-files.js

@@ -7,3 +7,3 @@ 'use strict';

const debug = require('debug')('mocha:cli:run:helpers');
const minimatch = require('minimatch');
const { minimatch } = require('minimatch');
const {NO_FILES_MATCH_PATTERN} = require('../errors').constants;

@@ -10,0 +10,0 @@ const lookupFiles = require('./lookup-files');

{
"name": "mocha",
"version": "11.4.0",
"version": "11.5.0",
"type": "commonjs",

@@ -109,3 +109,3 @@ "description": "simple, flexible, fun test framework",

"log-symbols": "^4.1.0",
"minimatch": "^5.1.6",
"minimatch": "^9.0.5",
"ms": "^2.1.3",

@@ -112,0 +112,0 @@ "picocolors": "^1.1.1",

Sorry, the diff of this file is too big to display