Socket
Socket
Sign inDemoInstall

gulp-print

Package Overview
Dependencies
8
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 3.0.0

.vscode/settings.json

8

lib/gulp-print.js

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

// Generated by CoffeeScript 1.10.0
var colors, green, log, magenta, map, path, print, ref;
// Generated by CoffeeScript 1.12.7
var colors, green, log, magenta, map, path, print;

@@ -8,4 +8,6 @@ map = require('map-stream');

ref = require('gulp-util'), log = ref.log, colors = ref.colors;
log = require('fancy-log');
colors = require('ansi-colors');
green = colors.green, magenta = colors.magenta;

@@ -12,0 +14,0 @@

{
"name": "gulp-print",
"version": "2.0.1",
"version": "3.0.0",
"description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.",

@@ -28,12 +28,14 @@ "keywords": [

"dependencies": {
"map-stream": "~0.0.6",
"gulp-util": "^3.0.6"
"ansi-colors": "^1.0.1",
"fancy-log": "^1.3.2",
"map-stream": "~0.0.6"
},
"devDependencies": {
"coffee-script": "~1.10.0",
"chai": "^4.1.2",
"coffee-errors": "~0.8.6",
"sinon": "^1.16.1",
"coffee-script": "~1.12.2",
"sinon": "^4.0.1",
"sinon-chai": "^2.8.0",
"mocha": "^2.3.2",
"chai": "^3.2.0"
"mocha": "^5.0.0",
"vinyl": "^2.1.0"
},

@@ -40,0 +42,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc