Huge News!Announcing our $40M Series B led by Abstract Ventures.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.26 to 0.1.27

2

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

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

@@ -110,8 +110,8 @@ // 'use strict';

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

@@ -118,0 +118,0 @@ return comboStr;

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