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

@mapbox/eslint-config-mapbox

Package Overview
Dependencies
Maintainers
14
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/eslint-config-mapbox - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

.DS_Store

3

CHANGELOG.md
# Changelog
## [2.0.1] - 2019-06-26
- Bugfix for compatibility with eslint v6
## [2.0.0] - 2019-05-17

@@ -4,0 +7,0 @@ - Breaking: remove support for Node 4 and 6

6

node10.js

@@ -6,6 +6,6 @@ 'use strict';

rules: {
'node/no-unsupported-features/es-builtins': ['error', { version: 10 }],
'node/no-unsupported-features/es-syntax': ['error', { version: 10 }],
'node/no-unsupported-features/node-builtins': ['error', { version: 10 }]
'node/no-unsupported-features/es-builtins': ['error', { version: '10' }],
'node/no-unsupported-features/es-syntax': ['error', { version: '10' }],
'node/no-unsupported-features/node-builtins': ['error', { version: '10' }]
}
};

@@ -6,6 +6,6 @@ 'use strict';

rules: {
'node/no-unsupported-features/es-builtins': ['error', { version: 12 }],
'node/no-unsupported-features/es-syntax': ['error', { version: 12 }],
'node/no-unsupported-features/node-builtins': ['error', { version: 12 }]
'node/no-unsupported-features/es-builtins': ['error', { version: '12' }],
'node/no-unsupported-features/es-syntax': ['error', { version: '12' }],
'node/no-unsupported-features/node-builtins': ['error', { version: '12' }]
}
};

@@ -6,6 +6,6 @@ 'use strict';

rules: {
'node/no-unsupported-features/es-builtins': ['error', { version: 8 }],
'node/no-unsupported-features/es-syntax': ['error', { version: 8 }],
'node/no-unsupported-features/node-builtins': ['error', { version: 8 }]
'node/no-unsupported-features/es-builtins': ['error', { version: '8' }],
'node/no-unsupported-features/es-syntax': ['error', { version: '8' }],
'node/no-unsupported-features/node-builtins': ['error', { version: '8' }]
}
};
{
"name": "@mapbox/eslint-config-mapbox",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generic eslint configuration for Mapbox",

@@ -21,5 +21,5 @@ "main": "node.js",

"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-node": "^9.0.1"
"eslint": "^6.0.1",
"eslint-plugin-node": "^9.1.0"
}
}
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