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.37 to 0.1.38

2

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

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

@@ -41,2 +41,10 @@ // 'use strict';

var combinedCSS = getCombinedAssets(CSS_Files);
try {
JS_Files = teardownParams(JS_Files);
CSS_Files = teardownParams(CSS_Files);
} catch(e){}
console.log(JS_Files);
return {

@@ -49,2 +57,9 @@ content: insertScript(recall(content), combinedJS, combinedCSS),

function teardownParams(a){
for(var i = 0;i<a.length;i++){
a[i] = a[i].replace(/\?nocombo=(true|false)/i,'');
}
return a;
}
function insertComboMapFile(jss, comboFile) {

@@ -51,0 +66,0 @@ var a = [];

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