New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-native

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-native - npm Package Compare versions

Comparing version 3.9.0 to 3.9.1

5

lib/rules/no-raw-text.js

@@ -17,3 +17,6 @@ /**

JSXIdentifier({ node: identifier }) {
identifiers.push(identifier.name);
if (identifier.parent.type === 'JSXOpeningElement'
|| identifier.parent.type === 'JSXMemberExpression') {
identifiers.push(identifier.name);
}
},

@@ -20,0 +23,0 @@ }, scope);

2

package.json
{
"name": "eslint-plugin-react-native",
"version": "3.9.0",
"version": "3.9.1",
"author": "Tom Hastjarjanto <tom@intellicode.nl>",

@@ -5,0 +5,0 @@ "description": "React Native specific linting rules for ESLint",

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