Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-combohtml

Package Overview
Dependencies
Maintainers
5
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.9 to 0.1.10

4

package.json
{
"name": "grunt-combohtml",
"description": "combine build html with ssi.",
"version": "0.1.9",
"version": "0.1.10",
"homepage": "",

@@ -40,3 +40,3 @@ "author": {

"readmeFilename": "README.md",
"_id": "grunt-combohtml@0.1.8",
"_id": "grunt-combohtml@0.1.9",
"_from": "grunt-combohtml@",

@@ -43,0 +43,0 @@ "dist": {

@@ -511,3 +511,7 @@

var tag_name = multi_parser.token_text.match(/\w+/)[0];
var tag_extracted_from_last_output = multi_parser.output[multi_parser.output.length -1].match(/<\s*(\w+)/);
try {
var tag_extracted_from_last_output = multi_parser.output[multi_parser.output.length -1].match(/<\s*(\w+)/);
} catch(e){
var tag_extracted_from_last_output = null;
}
if (tag_extracted_from_last_output === null || tag_extracted_from_last_output[1] !== tag_name)

@@ -514,0 +518,0 @@ multi_parser.print_newline(true, multi_parser.output);

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