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

grunt-static-i18n

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-static-i18n - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

.node-version

14

package.json
{
"name": "grunt-static-i18n",
"version": "0.3.2",
"version": "0.3.3",
"description": "Grunt plugin to translate static assets.",
"homepage": "https://github.com/beck/grunt-static-i18n",
"repository": "https://github.com/beck/grunt-static-i18n",
"author": {
"name": "Douglas Beck",
"email": "doug@douglasbeck.com",
"url": "douglasbeck.com"
},
"author": "Doug Beck <doug@douglasbeck.com>",
"contributors": [
"Stefano Rivera <stefano@rivera.za.net>",
"Yola Engineering <engineering@yola.com>"
],
"keywords": [

@@ -26,3 +26,3 @@ "gruntplugin"

"lodash-node": "2.4.x",
"node-gettext": "0.2.x"
"node-gettext": "1.x"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -113,13 +113,3 @@ # Static Internationalization

## Release History
* 0.3.2 - capture errors when compiling large templates
* 0.3.1 - add text domain to options
* 0.3.0 - fix issue with locale discovery
* 0.2.0 - quote translated text when rendering javascript
* 0.1.0 - render non-language defaults to destination
* 0.0.2 - add coverage reporting
* 0.0.1 - initial release
## License
Copyright (c) 2014 Douglas Beck. Licensed under the MIT license.

@@ -50,2 +50,3 @@ /*

});
gt.addTextdomain('_default', null);
};

@@ -52,0 +53,0 @@

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