🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More →

deps-regex

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deps-regex - npm Package Compare versions

Comparing version

to
0.1.3

@@ -28,2 +28,6 @@ 'use strict';

if (options.matchGruntTask !== false) {
regex += '|grunt(.tasks)?.loadNpmTasks\\(' + matchingDeps + '\\);?';
}
this.regex = function() {

@@ -30,0 +34,0 @@ return new RegExp(regex, 'g');

{
"name": "deps-regex",
"description": "Regular expression for matching javascript require statements.",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/mathieudutour/deps-regex",

@@ -6,0 +6,0 @@ "author": "Mathieu Dutour <mathieu@dutour.me>",