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 0.0.4 to 0.0.5

2

package.json
{
"name": "grunt-bake",
"description": "Bake external includes into the file to create static pages with no compilation time",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/MathiasPaumgarten/grunt-bake",

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

@@ -106,3 +106,3 @@ # grunt-bake

If `"en"` is passed as section, only `{ "title": "Book" }` will be passed to the include. If no section is specified the entire JSON will be passed.
If `"en"` is passed as section, `{ "title": "Book", "info": { ... } }` will be passed to the include. If no section is specified the entire JSON will be passed.

@@ -109,0 +109,0 @@ This could be used to parse a template like such:

@@ -74,3 +74,3 @@ /*

var attributesRegex = /([\S]+)=["|']([\w ]+)["|']/g;
var attributesRegex = /([\S]+)=["|']([\w -]+)["|']/g;

@@ -77,0 +77,0 @@

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