Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 0.0.2 to 0.0.3

4

index.js

@@ -1,5 +0,3 @@

/*jshint node:true */
'use strict';
"use strict";
var minimatch = require('minimatch');

@@ -6,0 +4,0 @@

{
"name": "gulp-match",
"description": "Does a vinyl file match a condition?",
"version": "0.0.2",
"version": "0.0.3",
"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.2.14"
},
"devDependencies": {
"jshint": "~2.4.1",
"mocha": "~1.17.0",
"should": "~3.0.1"
"jshint": "^2.5.0",
"mocha": "^1.18.2",
"should": "^3.3.1"
},

@@ -28,3 +28,3 @@ "scripts": {

"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},

@@ -31,0 +31,0 @@ "licenses": [

Sorry, the diff of this file is not supported yet

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