New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-jasper

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jasper - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "grunt-jasper",
"version": "0.2.2",
"version": "0.2.3",
"description": "Grunt task to build and package jasper application",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jasperjs/grunt-jasper",

@@ -198,2 +198,6 @@ /*

if(def.type.toUpperCase() === 'TEMPLATE'){
if(!def.templateUrl){
grunt.log.error('TemplateFile not defined in ' + def.__path);
return;
}
var htmlContent = grunt.file.read(def.templateUrl);

@@ -200,0 +204,0 @@ def.content = utils.minifyHtml(htmlContent, {

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