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 5.0.1 to 5.1.0

11

CHANGELOG.md

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

# [5.1.0](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@5.0.1...test-exclude@5.1.0) (2019-01-26)
### Features
* Ignore babel.config.js. ([#279](https://github.com/istanbuljs/istanbuljs/issues/279)) ([24af6eb](https://github.com/istanbuljs/istanbuljs/commit/24af6eb))
<a name="5.0.1"></a>

@@ -8,0 +19,0 @@ ## [5.0.1](https://github.com/istanbuljs/istanbuljs/compare/test-exclude@5.0.0...test-exclude@5.0.1) (2018-12-25)

3

index.js

@@ -145,5 +145,6 @@ const arrify = require('arrify');

'**/__tests__/**',
'**/node_modules/**'
'**/node_modules/**',
'**/babel.config.js'
];
module.exports = exportFunc;
{
"name": "test-exclude",
"version": "5.0.1",
"version": "5.1.0",
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",

@@ -29,6 +29,2 @@ "main": "index.js",

"homepage": "https://github.com/istanbuljs/istanbuljs#readme",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
},
"dependencies": {

@@ -42,3 +38,4 @@ "arrify": "^1.0.1",

"node": ">=6"
}
},
"gitHead": "7875defdc3c3640787ac5d83700246de119e8b83"
}
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