Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-format-message

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-format-message - npm Package Compare versions

Comparing version 5.0.0-beta.6 to 5.0.0-beta.7

1

lib/rules/no-invalid-translation.js

@@ -8,2 +8,3 @@ 'use strict'

var formatChildren = baseFormatChildren.bind(null, function (element, children) {
if (!children) return '{ ' + element + ' }'
return '{ ' + element + ', select, other {' + children.join('') + '} }'

@@ -10,0 +11,0 @@ })

2

package.json
{
"name": "eslint-plugin-format-message",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "format-message i18n specific rules for ESLint",

@@ -5,0 +5,0 @@ "author": "Andy VanWagoner <thetalecrafter@gmail.com> (https://thetalecrafter.com/)",

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