Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

test-exclude

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-exclude - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

5

index.js
'use strict';
const path = require('path');
const { promisify } = require('util');
const glob = promisify(require('glob'));
const minimatch = require('minimatch');
const { glob } = require('glob');
const { minimatch } = require('minimatch');
const { defaults } = require('@istanbuljs/schema');

@@ -8,0 +7,0 @@ const isOutsideDir = require('./is-outside-dir');

2

is-outside-dir-win32.js
'use strict';
const path = require('path');
const minimatch = require('minimatch');
const { minimatch } = require('minimatch');

@@ -6,0 +6,0 @@ const dot = { dot: true };

{
"name": "test-exclude",
"version": "6.0.0",
"version": "7.0.0",
"description": "test for inclusion or exclusion of paths using globs",

@@ -12,3 +12,3 @@ "main": "index.js",

"release": "standard-version",
"test": "nyc tap",
"test": "c8 tap",
"snap": "npm test -- --snapshot"

@@ -35,13 +35,12 @@ },

"@istanbuljs/schema": "^0.1.2",
"glob": "^7.1.4",
"minimatch": "^3.0.4"
"glob": "^10.4.1",
"minimatch": "^9.0.4"
},
"devDependencies": {
"nyc": "^15.0.0-beta.3",
"standard-version": "^7.0.0",
"tap": "^14.10.5"
"c8": "^9.1.0",
"tap": "^19.2.2"
},
"engines": {
"node": ">=8"
"node": ">=18"
}
}
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