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

eslint-config-reactjs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-reactjs - npm Package Compare versions

Comparing version

to
1.1.1

2

index.js

@@ -51,3 +51,3 @@ module.exports = {

"new-cap": [2, {"newIsCap": true}],
"no-alert": 1,
"no-alert": "warn",
"no-caller": 2,

@@ -54,0 +54,0 @@ "no-class-assign": 2,

{
"name": "eslint-config-reactjs",
"version": "1.1.0",
"version": "1.1.1",
"description": "Eslint config for React project",

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

@@ -1,2 +0,2 @@

# eslint-config-reactjs
# eslint-config-reactjs [![npm version](https://badge.fury.io/js/eslint-config-reactjs.svg)](https://badge.fury.io/js/eslint-config-reactjs)

@@ -18,4 +18,4 @@ ### Installation

```json
"eslint-plugin-objects": "^1.1.1",
"eslint-plugin-react": "^3.16.1"
"eslint-plugin-objects": ">=1.1.1",
"eslint-plugin-react": "=>3.16.1"
```

@@ -22,0 +22,0 @@