Huge News!Announcing our $40M Series B led by Abstract Ventures.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.6.1 to 1.6.2

4

Gruntfile.js

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

clean: {
tests: [ "tmp" ],
},
clean: [ "tmp" ],

@@ -41,0 +39,0 @@ nodeunit: {

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

@@ -42,14 +42,14 @@ "author": {

"dependencies": {
"mout": "~0.9.0"
"mout": "~0.11.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-jsonlint": "~1.0.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsonlint": "~1.0.7",
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
"grunt": ">=0.4.0"
},

@@ -56,0 +56,0 @@ "keywords": [

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

* `1.6.2` __2-26-2016__ Update dependecies.
* `1.6.1` __2-11-2016__ fixes error for options.section on multiple files.

@@ -675,0 +676,0 @@ * `1.6.0` __2-10-2016__ adds support for parameters in transforms. Also introduces a breaking change away from transformGutter.

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