You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

gulp-match

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-match - npm Package Compare versions

Comparing version

to
0.1.1

1

index.js

@@ -19,3 +19,2 @@ 'use strict';

if (typeof condition === 'string' && condition.match(/^\*\.[a-z\.]+$/)) {
console.log('swapping to regex: '+condition);
var newCond = condition.substring(1).replace(/\./g,'\\.')+'$';

@@ -22,0 +21,0 @@ condition = new RegExp(newCond);

8

package.json
{
"name": "gulp-match",
"description": "Does a vinyl file match a condition?",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/robrich/gulp-match",

@@ -16,8 +16,8 @@ "repository": "git://github.com/robrich/gulp-match.git",

"dependencies": {
"minimatch": "^0.2.14"
"minimatch": "^0.3.0"
},
"devDependencies": {
"jshint": "^2.5.0",
"mocha": "^1.18.2",
"should": "^3.3.1"
"mocha": "^1.20.0",
"should": "^4.0.0"
},

@@ -24,0 +24,0 @@ "scripts": {