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.24 to 0.1.25

0

Gruntfile.js

@@ -0,0 +0,0 @@ /*

2

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

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

@@ -57,3 +57,8 @@ /**

var pageContent = iconv.decode(body, responseCharset);
try {
var replacedHTML = htmlProxy.replaceDom(pageContent, proxyItem.replacements);
} catch(e){
console.log('>> fragment not found: '+ url);
return callback();
}
var encodedHTML = iconv.encode(tidy(replacedHTML), responseCharset);

@@ -101,2 +106,2 @@

};
};
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