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.34 to 0.1.35

2

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

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

@@ -141,2 +141,11 @@ /*

if(that.target == 'offline') {
// 离线包任务定制
var tmsPrefix = 'trip.taobao.com/go/';
var tms_include = '<!--TMS:([^,]+),(utf-8|utf8|gbk|gb2312):TMS-->';
chunk = chunk.replace(new RegExp(tms_include, 'ig'),function(fullMatch, tmsPath, encoding){
return '<!--HTTP:http://' + path.join(tmsPrefix, tmsPath) + ',' + encoding + ':HTTP-->';
});
}
chunkParser(chunk, function (chunk) {

@@ -143,0 +152,0 @@ if (options.mockFilter) {

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