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

bluewhale

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluewhale - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

11

gulpfile.js

@@ -46,2 +46,3 @@ 'use strict';

var rev = plugins.rev;
var revReplace = plugins.revReplace;

@@ -60,10 +61,2 @@

return gulp.src('dist/**/*.html')
/*
.pipe(usemin({
css: [csso(), rev()],
js: [uglify({
preserveComments: 'some'
}), rev()]
}))
*/
.pipe(assets)

@@ -73,2 +66,4 @@ .pipe(gif('*.js', uglify({ preserveComments: 'some' }), rev()))

.pipe(assets.restore())
.pipe(useref())
.pipe(revReplace())
.pipe(gulp.dest('tmp/'));

@@ -75,0 +70,0 @@ });

0.6.4 / 2015-01-20
==================
* hotfix
0.6.3 / 2015-01-19

@@ -3,0 +8,0 @@ ==================

{
"name": "bluewhale",
"version": "0.6.3",
"version": "0.6.4",
"description": "Dockerboard Web Client",

@@ -41,2 +41,3 @@ "main": "dist/index.html",

"gulp-rev": "^3.0.0",
"gulp-rev-replace": "^0.3.1",
"gulp-sass": "ajoslin/gulp-sass#master",

@@ -43,0 +44,0 @@ "gulp-uglify": "^1.0.2",

Sorry, the diff of this file is not supported yet

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