Socket
Socket
Sign inDemoInstall

grunt-banana-checker

Package Overview
Dependencies
0
Maintainers
16
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.1 to 0.9.0

7

History.md

@@ -0,1 +1,8 @@

v0.9.0 / 2020-04-06
==================
* [BREAKING CHANGE] Drop support for node 6 (James D. Forrester)
* build: Bump each devDependency to latest (James D. Forrester)
* CI: Replace Travis with GitHub Actions (James D. Forrester)
v0.8.1 / 2019-08-27

@@ -2,0 +9,0 @@ ==================

10

package.json
{
"name": "grunt-banana-checker",
"version": "0.8.1",
"version": "0.9.0",
"description": "Checker for the 'Banana' JSON-file format for interface messages, as used by MediaWiki and jQuery.i18n.",

@@ -28,8 +28,8 @@ "repository": {

"engines": {
"node": ">=6.5.0"
"node": ">=8"
},
"devDependencies": {
"eslint-config-wikimedia": "0.14.0",
"nyc": "14.1.1",
"grunt": "1.0.4"
"eslint-config-wikimedia": "0.15.1",
"nyc": "15.0.1",
"grunt": "1.1.0"
},

@@ -36,0 +36,0 @@ "scripts": {

#!/usr/bin/env node
'use strict';
/* eslint-disable no-console */
// argv: 0 = bin/node, 1 = src/cli.js, 2... = params

@@ -7,0 +5,0 @@ const params = process.argv.slice( 2 );

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc