New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-jsmodule

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-jsmodule - npm Package Compare versions

Comparing version

to
1.0.1

4

index.js

@@ -191,3 +191,3 @@ var through = require('through'),

this.emit('end');
logEvent("Reconciled " + jsm.fileList.length + " files for " + fileName + " (from cache).");
logEvent("Reconciled " + jsm.fileList.length.toString().yellow + " files for " + fileName.magenta + " (from cache).");
}.bind(this));

@@ -216,3 +216,3 @@ } else {

this.emit('end');
logEvent("Reconciled " + jsm.fileList.length + " files for " + fileName + " (" + formatKB(joinedContents.length) + ").");
logEvent("Reconciled " + jsm.fileList.length.toString().yellow + " files for " + fileName.magenta + " (" + formatKB(joinedContents.length) + ").");
}

@@ -219,0 +219,0 @@ }

@@ -332,3 +332,2 @@ /**

JSModuleCompiler.prototype.getCompiledContents = function (config) {
console.log(config);
this._reconcile();

@@ -335,0 +334,0 @@

{
"name": "gulp-jsmodule",
"version": "1.0.0",
"version": "1.0.1",
"description": "Gulp plugin for reconciling AMD dependency trees in JavaScript projects.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet