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

eslint-plugin-lingui

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-lingui - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

6

lib/rules/no-unlocalized-strings.js

@@ -209,3 +209,3 @@ "use strict";

const text = (0, helpers_1.getText)(node);
if (!text || isIgnoredSymbol(text)) {
if (!text || isIgnoredSymbol(text) || isTextWhiteListed(text)) {
return;

@@ -378,4 +378,4 @@ }

return;
const quasisValue = (0, helpers_1.getText)(node);
if (isTextWhiteListed(quasisValue))
const text = (0, helpers_1.getText)(node);
if (!text || isTextWhiteListed(text))
return;

@@ -382,0 +382,0 @@ context.report({ node, messageId: 'default' });

{
"name": "eslint-plugin-lingui",
"version": "0.8.0",
"version": "0.8.1",
"description": "ESLint plugin for Lingui",

@@ -5,0 +5,0 @@ "keywords": [

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