Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

eslint-config-auth0-base

Package Overview
Dependencies
268
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0 to 10.0.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

10.0.0 / 2016-12-07
==================
- Merge docs commits from [eslint-config-airbnb-base v9.0.0](https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/CHANGELOG.md#900--2016-10-16).
- Update eslint-config-airbnb-base to v9.0.0
9.0.0 / 2016-12-07

@@ -2,0 +7,0 @@ ==================

8

package.json
{
"name": "eslint-config-auth0-base",
"version": "9.0.0",
"version": "10.0.0",
"description": "Auth0's base JS ESLint config, following our styleguide",

@@ -52,3 +52,3 @@ "main": "index.js",

"eslint-find-rules": "^1.13.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-import": "^2.0.1",
"in-publish": "^2.0.0",

@@ -60,3 +60,3 @@ "safe-publish-latest": "^1.0.1",

"eslint": "^3.5.0",
"eslint-plugin-import": "^1.14.0"
"eslint-plugin-import": "^2.0.1"
},

@@ -67,4 +67,4 @@ "engines": {

"dependencies": {
"eslint-config-airbnb-base": "^8.0.0"
"eslint-config-airbnb-base": "^9.0.0"
}
}

@@ -19,3 +19,3 @@ # eslint-config-auth0-base

export PKG=eslint-config-auth0-base;
npm info "$PKG" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG"
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

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

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