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.38 to 0.1.39

2

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

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

@@ -39,4 +39,2 @@ // 'use strict';

}
var combinedJS = getCombinedAssets(JS_Files);
var combinedCSS = getCombinedAssets(CSS_Files);

@@ -48,4 +46,6 @@ try {

console.log(JS_Files);
var combinedJS = getCombinedAssets(JS_Files);
var combinedCSS = getCombinedAssets(CSS_Files);
return {

@@ -52,0 +52,0 @@ content: insertScript(recall(content), combinedJS, combinedCSS),

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