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.1 to 0.3.0

1

example/Gruntfile.js

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

whitespace: true,
cache: true,
context: {

@@ -17,0 +18,0 @@ title: 'Home Page',

6

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

@@ -25,4 +25,4 @@ "author": {

"dependencies": {
"dustjs-linkedin": "~2.5.1",
"dustjs-helpers": "~1.5.0",
"dustjs-linkedin": "~2.7.0",
"dustjs-helpers": "~1.7.0",
"lodash": "~2.4.1",

@@ -29,0 +29,0 @@ "bluebird": "~2.4.0"

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

whitespace: false,
cache: true,
module: 'dustjs-linkedin', // dust, dustjs-helpers, or dustjs-linkedin

@@ -69,2 +70,6 @@ context: {}

// turn off dust caching templates and partials.
// caching should be turned off if you want use grunt-dust-html with watchers
dust.config.cache = opts.cache;
// Pre-compile the template

@@ -71,0 +76,0 @@ try {

Sorry, the diff of this file is not supported yet

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