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

grunt-fest

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-fest - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

CHANGELOG.md

@@ -0,2 +1,4 @@

v0.1.1
Use of initial compile options
v0.1.0
Initial release.

2

package.json
{
"name": "grunt-fest",
"description": "Compile Fest templates",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/eprev/grunt-fest",

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

@@ -29,3 +29,4 @@ /*

join = path.join,
relative = path.relative;
relative = path.relative,
extend = grunt.util._.extend;

@@ -51,3 +52,3 @@ var compile = require(requireResolve(options.require)).compile;

try {
contents = compile(src, options.compile);
contents = compile(src, extend({}, options.compile));
} catch (e) {

@@ -54,0 +55,0 @@ grunt.log.writeln();

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