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

test-exclude

Package Overview
Dependencies
Maintainers
2
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 4.2.0 to 4.2.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="4.2.1"></a>
## [4.2.1](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@4.2.0...test-exclude@4.2.1) (2018-03-04)
### Bug Fixes
* upgrade micromatch ([#142](https://github.com/istanbuljs/istanbuljs/issues/142)) ([24104a7](https://github.com/istanbuljs/istanbuljs/commit/24104a7))
<a name="4.2.0"></a>

@@ -8,0 +19,0 @@ # [4.2.0](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@4.1.1...test-exclude@4.2.0) (2018-02-13)

6

index.js

@@ -88,5 +88,5 @@ const assign = require('object-assign')

!this.include ||
micromatch.any(pathToCheck, this.include, {dotfiles: true})) &&
(!micromatch.any(pathToCheck, this.exclude, {dotfiles: true}) ||
micromatch.any(pathToCheck, this.excludeNegated, {dotfiles: true}))
micromatch.any(pathToCheck, this.include, {dot: true})) &&
(!micromatch.any(pathToCheck, this.exclude, {dot: true}) ||
micromatch.any(pathToCheck, this.excludeNegated, {dot: true}))
}

@@ -93,0 +93,0 @@

{
"name": "test-exclude",
"version": "4.2.0",
"version": "4.2.1",
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",

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

"arrify": "^1.0.1",
"micromatch": "^2.3.11",
"micromatch": "^3.1.8",
"object-assign": "^4.1.0",

@@ -40,0 +40,0 @@ "read-pkg-up": "^1.0.1",

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