@mapbox/eslint-config-mapbox
Advanced tools
Comparing version 2.0.0 to 2.0.1
# 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,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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15606
15
2