Socket
Socket
Sign inDemoInstall

@humanwhocodes/config-array

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humanwhocodes/config-array - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

7

api.js

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

const MINIMATCH_OPTIONS = {
matchBase: true,
// matchBase: true,
dot: true

@@ -237,2 +237,7 @@ };

// all files outside of the basePath are ignored
if (relativeFilePath.startsWith("..")) {
return true;
}
let shouldIgnore = false;

@@ -239,0 +244,0 @@

# Changelog
### [0.10.2](https://www.github.com/humanwhocodes/config-array/compare/v0.10.1...v0.10.2) (2022-03-18)
### Bug Fixes
* Files outside of basePath should be ignored ([fc4d7b2](https://www.github.com/humanwhocodes/config-array/commit/fc4d7b2e851959ab9ab84305f6c78c52e9cc2c3c))
### [0.10.1](https://www.github.com/humanwhocodes/config-array/compare/v0.10.0...v0.10.1) (2022-03-03)

@@ -4,0 +11,0 @@

2

package.json
{
"name": "@humanwhocodes/config-array",
"version": "0.10.1",
"version": "0.10.2",
"description": "Glob-based configuration matching.",

@@ -5,0 +5,0 @@ "author": "Nicholas C. Zakas",

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