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

eslint-plugin-validate-jsx-nesting

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-validate-jsx-nesting - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/index.js

@@ -315,4 +315,4 @@ 'use strict';

rules: {
'valid-jsx-nesting': validJSXNesting,
'no-invalid-jsx-nesting': validJSXNesting,
},
};
{
"name": "eslint-plugin-validate-jsx-nesting",
"version": "0.0.2",
"version": "0.0.3",
"description": "ESLint Plugin for Validating JSX Nesting",

@@ -11,4 +11,3 @@ "main": "dist/index.js",

"test": "jest",
"prepublish": "npm run clean && npm run build",
"publish:patch": "npm version patch && npm publish --public"
"prepublish": "npm run clean && npm run build"
},

@@ -76,2 +75,2 @@ "files": [

}
}
}
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