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

grunt-bake

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-bake - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

test/fixtures/includes/no-process.html

2

package.json
{
"name": "grunt-bake",
"description": "Bake external includes into files to create static pages with no server-side compilation time",
"version": "1.7.1",
"version": "1.7.2",
"homepage": "https://github.com/MathiasPaumgarten/grunt-bake",

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

@@ -737,2 +737,3 @@ # grunt-bake

* `1.7.2` __4-20-2016__ Resolves recursion issues in _process and _assign.
* `1.7.1` __4-8-2016__ Fix for issue with _process.

@@ -739,0 +740,0 @@ * `1.7.0` __4-7-2016__ Adds _process and _assign attributes.

@@ -527,3 +527,3 @@ /*

content = linebreak + processContent( parse( includeContent, includePath, destFile, values ), values );
content = linebreak + parse( includeContent, includePath, destFile, values );

@@ -530,0 +530,0 @@ } else {

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