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.39 to 0.1.40

2

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

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

@@ -152,3 +152,3 @@ // 'use strict';

split(path.sep).join('/').replace(/^build\//, ''),
args[1].replace(/\.js$/, '-min.js')).split(path.sep).join('/');
args[1].replace(/(\.js$|\.js\?[^?.]+$)/, '-min.js')).split(path.sep).join('/');
str = '<!--js:' + alp + '-->';

@@ -164,3 +164,3 @@ } else {

split(path.sep).join('/').replace(/^build\//, ''),
args[1].replace(/\.css$/, '-min.css')).split(path.sep).join('/');
args[1].replace(/(\.css$|\.css\?[^\?]+$)/, '-min.css')).split(path.sep).join('/');
str = '<!--css:' + alp + '-->';

@@ -167,0 +167,0 @@ } else {

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