Socket
Socket
Sign inDemoInstall

eslint-config-airbnb

Package Overview
Dependencies
153
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

4

CHANGELOG.md

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

5.0.1 / 2016-02-13
==================
- [fix] `eslint` peerDep should not include breaking changes
5.0.0 / 2016-02-03

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

5

package.json
{
"name": "eslint-config-airbnb",
"version": "5.0.0",
"version": "5.0.1",
"description": "Airbnb's ESLint config, following our styleguide",

@@ -49,4 +49,5 @@ "main": "index.js",

"peerDependencies": {
"eslint": ">=1.0.0"
"eslint": "^1.0.0",
"eslint-plugin-react": "^3.16.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc