Socket
Socket
Sign inDemoInstall

grunt-banana-checker

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-banana-checker - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

8

History.md
# grunt-banana-checker Release History
## v0.4.0 / 2015-10-06
* Make disallowUnusedTranslations default to false (Ed Sanders)
* Make disallowDuplicateTranslations default to false (Ed Sanders)
* build: Remove use of global grunt-cli (Timo Tijhof)
* build: Add Node.js v0.12 and v4.0 (Timo Tijhof)
* tests: Migrate Travis to container-based infrastructure (James D. Forrester)
* readme: Add line break between images and h1 (Timo Tijhof)
## v0.3.0 / 2015-09-01

@@ -4,0 +12,0 @@ * Fail if the target directory doesn't exist (James D. Forrester)

4

package.json
{
"name": "grunt-banana-checker",
"version": "0.3.0",
"version": "0.4.0",
"description": "A grunt checker for the \"banana\" JSON i18n system provided by MediaWiki and jquery.i18n",

@@ -22,5 +22,5 @@ "scripts": {

"homepage": "https://github.com/wikimedia/grunt-banana-checker",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.2",

@@ -27,0 +27,0 @@ "grunt-contrib-watch": "0.6.1",

[![NPM version](https://badge.fury.io/js/grunt-banana-checker.svg)](http://badge.fury.io/js/grunt-banana-checker) [![Build Status](https://travis-ci.org/wikimedia/grunt-banana-checker.svg?branch=master)](https://travis-ci.org/wikimedia/grunt-banana-checker)
grunt-banana-checker

@@ -81,3 +82,3 @@ ====================

Type: `boolean`
Default value: `true`
Default value: `false`

@@ -88,3 +89,3 @@ Whether to fail if any message is translated as identical to the original string.

Type: `boolean`
Default value: `true`
Default value: `false`

@@ -91,0 +92,0 @@ Whether to fail if any translated message isn't in the primary file.

@@ -21,4 +21,4 @@ /*!

disallowBlankTranslations: true,
disallowDuplicateTranslations: true,
disallowUnusedTranslations: true,
disallowDuplicateTranslations: false,
disallowUnusedTranslations: false,

@@ -25,0 +25,0 @@ requireCompleteTranslationLanguages: [],

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