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

matcher-collection

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matcher-collection - npm Package Compare versions

Comparing version 1.1.2 to 2.0.0

1

index.js

@@ -32,1 +32,2 @@ 'use strict';

}());
//# sourceMappingURL=index.js.map

21

package.json
{
"name": "matcher-collection",
"version": "1.1.2",
"version": "2.0.0",
"main": "index.js",
"dependencies": {
"minimatch": "^3.0.2"
"minimatch": "^3.0.2",
"@types/minimatch": "^3.0.3"
},
"devDependencies": {
"@types/minimatch": "^3.0.3",
"@types/node": "^10.12.21",
"tap": "^1.4.1",
"typescript": "~3.3.1"
"@types/node": "^11.11.0",
"tap": "^12.6.0",
"typescript": "~3.3.3333"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"files": [

@@ -19,5 +22,5 @@ "index.js",

"scripts": {
"build": "tsc -b .",
"test": "tsc -b . && tap --timeout 2 test.js",
"test:debug": "tsc -b . && tap --debug-brk --timeout 9999 test.js"
"prepare": "tsc -b .",
"test": "tap --timeout 2 test.js",
"test:debug": "tap --debug-brk --timeout 9999 test.js"
},

@@ -24,0 +27,0 @@ "author": "Stefan Penner",

@@ -1,3 +0,2 @@

# MatcherCollection [![Build Status](https://travis-ci.org/stefanpenner/matcher-collection.svg?branch=master)](https://travis-ci.org/stefanpenner/matcher-collection)
# MatcherCollection [![Build Status](https://travis-ci.org/stefanpenner/matcher-collection.svg?branch=master)](https://travis-ci.org/stefanpenner/matcher-collection) [![Build status](https://ci.appveyor.com/api/projects/status/v6hubn3kltp80ugm?svg=true)](https://ci.appveyor.com/project/embercli/matcher-collection)
Minimatch but for collections of minimatcher matchers.

@@ -8,3 +7,3 @@

```sh
npm install matcher-collection
yarn add matcher-collection
```

@@ -17,3 +16,3 @@

let m = new MatcherCollection([
const m = new MatcherCollection([
'tests/',

@@ -20,0 +19,0 @@ '**/*.js',

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