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

grunt-combohtml

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-combohtml - npm Package Compare versions

Comparing version 0.1.41 to 0.1.42

2

package.json
{
"name": "grunt-combohtml",
"description": "combine build html with ssi.",
"version": "0.1.41",
"version": "0.1.42",
"homepage": "https://github.com/jayli/grunt-combohtml",

@@ -6,0 +6,0 @@ "author": {

@@ -0,0 +0,0 @@ /*jslint onevar: false, plusplus: false */

@@ -0,0 +0,0 @@ // 'use strict';

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

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

@@ -88,3 +88,3 @@ // 'use strict';

}
return ('http://' + baseUrl + '/??' + source.join(',')).replace('????', '??');
return (source.length > 0) ? ('http://' + baseUrl + '/??' + source.join(',')).replace('????', '??') : '';
}

@@ -126,6 +126,6 @@

var comboStr = '';
if (comboCSS) {
if (comboCSS && css) {
comboStr += '<link href="' + css + '" rel="stylesheet" />\n';
}
if (comboJS) {
if (comboJS && js) {
comboStr += '<script src="' + js + '"></script>\n';

@@ -220,2 +220,1 @@ }

exports.parse = parse;
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