Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-bytediff

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-bytediff - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

gulpfile.js

2

index.js

@@ -30,3 +30,3 @@ /* jshint node: true */

if (finalsize > file.bytediff) {
saving = finalsize - file.bytediff,
saving = finalsize - file.bytediff;
newsize = gutil.colors.yellow(filesize(finalsize));

@@ -33,0 +33,0 @@ didsave = ' gained ';

{
"name": "gulp-bytediff",
"version": "0.1.5",
"version": "0.1.6",
"description": "Compare file sizes before and after your gulp build process.",

@@ -29,6 +29,11 @@ "license": "MIT",

"chai": "~1.8.1",
"mocha": "~1.16.2",
"gulp": "~3.2.1"
"clear": "0.0.1",
"gulp": "~3.2.3",
"gulp-mocha": "~0.2.0",
"gulp-jshint": "~1.3.4",
"gulp-util": "~2.2.5",
"jshint-stylish": "~0.1.5",
"mocha": "~1.16.2"
},
"main": "index.js"
}

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

# [gulp](https://github.com/wearefractal/gulp)-bytediff
# [gulp](https://github.com/wearefractal/gulp)-bytediff [![Build Status](https://travis-ci.org/ben-eb/gulp-bytediff.png?branch=master)](https://travis-ci.org/ben-eb/gulp-bytediff) [![NPM version](https://badge.fury.io/js/gulp-bytediff.png)](http://badge.fury.io/js/gulp-bytediff) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-bytediff.png)](https://gemnasium.com/ben-eb/gulp-bytediff)
[![Build Status](https://travis-ci.org/ben-eb/gulp-bytediff.png?branch=master)](https://travis-ci.org/ben-eb/gulp-bytediff) [![NPM version](https://badge.fury.io/js/gulp-bytediff.png)](http://badge.fury.io/js/gulp-bytediff) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-bytediff.png)](https://gemnasium.com/ben-eb/gulp-bytediff)
> Compare file sizes before and after your gulp build process.

@@ -6,0 +4,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