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 6.0.3 to 6.0.4

4

CHANGELOG.md
# Changelog
## 6.0.4
Fixes `translation-match-params` to ignore missing translations.
## 6.0.3

@@ -4,0 +8,0 @@

2

lib/rules/translation-match-params.js

@@ -13,3 +13,3 @@ 'use strict'

return visitEachTranslation(context, function (info) {
if (!info.patternAst) return
if (!info.patternAst || !info.translation) return
var id = info.id

@@ -16,0 +16,0 @@ var node = info.node

{
"name": "eslint-plugin-format-message",
"version": "6.0.3",
"version": "6.0.4",
"description": "format-message i18n specific rules for ESLint",
"author": "Andy VanWagoner <andy@thetalecrafter.com> (https://thetalecrafter.com/)",
"author": "Andy VanWagoner <andy@vanwago.net>",
"homepage": "https://github.com/format-message/format-message/tree/master/packages/eslint-plugin-format-message",

@@ -26,7 +26,7 @@ "license": "MIT",

"dependencies": {
"format-message": "^6.0.3",
"format-message-estree-util": "^6.0.0",
"format-message-generate-id": "^6.0.3",
"format-message-parse": "^6.0.3",
"lookup-closest-locale": "^6.0.3"
"format-message": "^6.0.4",
"format-message-estree-util": "^6.0.4",
"format-message-generate-id": "^6.0.4",
"format-message-parse": "^6.0.4",
"lookup-closest-locale": "^6.0.4"
},

@@ -33,0 +33,0 @@ "peerDependencies": {

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