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

gulp-usemin

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-usemin - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

2

lib/htmlBuilder.js
module.exports = function(file, blocks, options, push) {
var path = require('path');
var gutil = require('gulp-util');
var Q = require('Q');
var Q = require('q');
var pipeline = require('./pipeline.js');

@@ -6,0 +6,0 @@

{
"name": "gulp-usemin",
"version": "0.3.9",
"version": "0.3.10",
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",

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

@@ -171,2 +171,5 @@ # gulp-usemin

#####0.3.10
- fixed uppercase Q bug (on case-sensetive file systems)
#####0.3.9

@@ -173,0 +176,0 @@ - async tasks support

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