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

grunt-wigitor

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-wigitor - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

4

package.json
{
"name": "grunt-wigitor"
,"description": "A demo builder for 'widgets' - a specific UI module setup"
,"version": "0.1.4"
,"version": "0.1.5"
,"author": {

@@ -11,3 +11,3 @@ "name": "Jim Doyle"

"type": "git"
,"wiki": "https://github.com/digitor/wigitor.git"
,"wiki": "https://github.com/digitor/grunt-wigitor.git"
}

@@ -14,0 +14,0 @@ ,"engines": {

@@ -65,6 +65,8 @@ # Grunt Wigitor

- widgetDirName {string}: The name of your widgets directory. Defaults to "widgets".
- forceTemplateType {string}: Override any local options for widget `templateType`. Defaults to `null`.
Releases
- 0.1.4: Added widgetDirName and bug fix for `dest` arg in `writeDemo` function.
- 0.1.5: Added 'forceTemplateType' and bug fix for `dest` arg in `writeDemo` function.
- 0.1.4: Added 'widgetDirName' and bug fix for `dest` arg in `writeDemo` function.
- 0.1.3: Added 'strictName' option.

@@ -71,0 +73,0 @@ - 0.1.2: Bug fixes around containerClasses after tested in the wild. Added options 'containerClasses' & 'pageTemplate'.

@@ -46,2 +46,3 @@ "use strict";

,widgetDirName: "widgets"
,forceTemplateType: null
});

@@ -246,6 +247,7 @@

var wgtContent;
var wgtContent
,templateType = pluginCnf.forceTemplateType || (wgtOpts.templateType || "ejs");
// defaults to "ejs"
if( !wgtOpts.templateType || wgtOpts.templateType === "ejs" ) {
if( templateType === "ejs" ) {

@@ -252,0 +254,0 @@ // This is a polyfill for "grunt-ejs-render" method

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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