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

grunt-combohtml

Package Overview
Dependencies
Maintainers
1
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.11 to 0.1.12

2

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

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

@@ -69,3 +69,3 @@ /*

if(typeof options.convert2vm !== "undefined" || options.convert2vm == true){
if(typeof options.convert2vm == "undefined" || options.convert2vm == true){
outputVmFile(chunk,filep);

@@ -75,3 +75,3 @@ sholdtidy = false;

if(typeof options.convert2php !== "undefined" || options.convert2php == true){
if(typeof options.convert2php == "undefined" || options.convert2php == true){
outputPhpFile(chunk,filep);

@@ -81,3 +81,3 @@ sholdtidy = false;

if(typeof options.convert2tms !== "undefined" || options.convert2tms == true){
if(typeof options.convert2tms == "undefined" || options.convert2tms == true){
outputTmsFile(chunk,filep);

@@ -84,0 +84,0 @@ sholdtidy = false;

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