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

grunt-nunjucks

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-nunjucks - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "grunt-nunjucks",
"description": "Grunt task for precompiling nunjucks templates",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/jlongster/nunjucks-grunt",

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

@@ -22,5 +22,3 @@ /*

var nameFunc = lib.isFunction(opts.name) ? opts.name : function(filepath) {
return filepath;
};
var nameFunc = lib.isFunction(opts.name) ? opts.name(filepath) : opts.name;

@@ -27,0 +25,0 @@ this.files.forEach(function (f) {

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