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

grunt-dust-html

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-dust-html - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

Gruntfile.js

@@ -21,2 +21,3 @@ module.exports = function(grunt) {

undef: true,
unused: true,
boss: true,

@@ -23,0 +24,0 @@ eqnull: true,

2

package.json
{
"name": "grunt-dust-html",
"description": "Grunt task to render Dust templates to HTML",
"version": "0.2.0",
"version": "0.2.1",
"main": "tasks/grunt-dust-html.js",

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

@@ -6,3 +6,2 @@ 'use strict';

var _ = require('lodash');
var async = require('async');
var grunt = require('grunt');

@@ -9,0 +8,0 @@

@@ -5,3 +5,2 @@ 'use strict';

var path = require('path');
var grunt = require('grunt');
var dusthtml = require('../tasks/lib/dusthtml');

@@ -8,0 +7,0 @@ var fixtures = path.join(__dirname, 'fixtures');

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