Socket
Socket
Sign inDemoInstall

gulp-watch-jade

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-watch-jade - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

index.js

@@ -5,3 +5,3 @@ 'use strict';

var fs = require('fs');
var glob = require('glob');
var glob_parent = require('glob-parent');
var es = require('event-stream');

@@ -15,2 +15,3 @@ var vinyl = require('vinyl-file');

var delay = options.delay || 100;
var base = path.resolve(glob_parent(globs));

@@ -30,3 +31,3 @@ var dependency = jade_dependency(globs, options);

if (!files[abs_path]) {
files[abs_path] = vinyl.readSync(abs_path);
files[abs_path] = vinyl.readSync(abs_path, {base: base});
}

@@ -33,0 +34,0 @@ }

4

package.json
{
"name": "gulp-watch-jade",
"description": "Find jade files that are affected by dependencies for use with gulp-watch",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/lishid/gulp-watch-jade",

@@ -18,3 +18,3 @@ "repository": "git://github.com/lishid/gulp-watch-jade.git",

"event-stream": "^3.3.2",
"glob": "^7.0.3",
"glob-parent": "^2.0.0",
"jade-dependency": "^1.0.1",

@@ -21,0 +21,0 @@ "vinyl-file": "^2.0.0"

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