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

eslint-plugin-react-compat

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.2 to 0.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.0.3
* Fix export by using CommonJS instead of ES6 modules for index.
## 0.0.2

@@ -2,0 +6,0 @@

20

lib/index.js

@@ -1,15 +0,4 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _noArrayRender = _interopRequireDefault(require("./rules/no-array-render"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var _default = {
module.exports = {
configs: {
'react-compat': {
recommended: {
rules: {

@@ -21,5 +10,4 @@ 'react-compat/no-array-render': 2

rules: {
'no-array-render': _noArrayRender.default
'no-array-render': require('./rules/no-array-render').default
}
};
exports.default = _default;
};
{
"name": "eslint-plugin-react-compat",
"version": "0.0.2",
"version": "0.0.3",
"description": "Make sure your React code is compatible with Inferno and Preact.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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