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

grunt-wording

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-wording - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "grunt-wording",
"description": "The best Grunt plugin ever.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/P1X3L/grunt-wording",

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

@@ -43,7 +43,12 @@ # grunt-wording

Type: Table
Default value: ['{%', '%}']
Default value: 'config'
A table that is used to set your opening and closing delimiters to add a
wording key in your file.
It is possible to specify the delimiters for your wording by using the `grunt.template.addDelimiters` method. For instance by specifying a `wording` delimiter and using it in your options.
```js
grunt.template.addDelimiters('wording', '{%', '%}');
```
The default delimiters are called `config` : `<% %>`
#### options.sharedPrefix

@@ -50,0 +55,0 @@ Type: `String`

@@ -135,5 +135,5 @@ /*

grunt.log.write('Writing ' + options.wording + '...')
grunt.file.write(options.wording, JSON.stringify(data, null, 2));
grunt.file.write(options.wording, JSON.stringify(data, null, 2) + '\n');
grunt.log.ok();
});
};
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