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

grunt-i18n-rename

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-i18n-rename - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "grunt-i18n-rename",
"description": "Browserify centric plugin that allows multiple builds, rename files with known extensions in order to provide internationalised single page apps",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/amido/grunt-i18n-rename",

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

@@ -17,4 +17,9 @@ /*

grunt.registerTask('i18n', 'Browserify centric plugin that allows multiple builds, rename files with known extensions in order to provide internationalised single page apps', function() {
console.log('hello');
var config = grunt.config.get('i18n');
if (!config.task)
throw new Error('i18n: task must be supplied');
if (!config.locales.length)
throw new Error('i18n: locales must contain at least one value');
grunt.task.run(config.task);

@@ -21,0 +26,0 @@ var root = config.root || '';

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