Socket
Socket
Sign inDemoInstall

eslint-config-auth0-base

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-auth0-base - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

4

CHANGELOG.md

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

7.0.0 / 2016-12-06
==================
- Merge commits from [eslint-config-airbnb-base v6.0.0](https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/CHANGELOG.md#600--2016-09-06) state and solve conflicts.
6.0.0 / 2016-09-25

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

2

index.js

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

parserOptions: {
ecmaVersion: 7,
ecmaVersion: 2016,
sourceType: 'module'

@@ -11,0 +11,0 @@ },

{
"name": "eslint-config-auth0-base",
"version": "6.0.0",
"version": "7.0.0",
"description": "Auth0's base JS ESLint config, following our styleguide",

@@ -9,2 +9,3 @@ "main": "index.js",

"tests-only": "babel-tape-runner ./test/test-*.js",
"prepublish": "(not-in-publish || npm test) && safe-publish-latest",
"pretest": "npm run --silent lint",

@@ -50,5 +51,5 @@ "test": "npm run --silent tests-only",

"babel-tape-runner": "^2.0.1",
"eslint": "^3.3.1",
"eslint-find-rules": "^1.13.0",
"eslint-plugin-import": "^1.13.0",
"eslint": "^3.4.0",
"eslint-find-rules": "^1.13.1",
"eslint-plugin-import": "^1.14.0",
"in-publish": "^2.0.0",

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

"peerDependencies": {
"eslint": "^3.3.1",
"eslint-plugin-import": "^1.13.0"
"eslint": "^3.4.0",
"eslint-plugin-import": "^1.14.0"
},

@@ -63,0 +64,0 @@ "engines": {

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