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.1 to 0.0.2

6

dist/index.js

@@ -313,8 +313,6 @@ 'use strict';

var index = {
exports = {
rules: {
'valid-jsx-nestings': validJSXNesting,
'valid-jsx-nesting': validJSXNesting,
},
};
module.exports = index;
{
"name": "eslint-plugin-validate-jsx-nesting",
"version": "0.0.1",
"version": "0.0.2",
"description": "ESLint Plugin for Validating JSX Nesting",

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

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

@@ -75,2 +76,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