eslint-config-eslint
Advanced tools
Comparing version 3.0.0 to 4.0.0
/** | ||
* @fileoverview Converts YAML file into JSON. | ||
* @author Nicholas C. Zakas | ||
* @copyright 2015 Nicholas C. Zakas. All rights reserved. | ||
* See LICENSE file in root directory for full license. | ||
*/ | ||
@@ -27,4 +25,4 @@ "use strict"; | ||
} catch (e) { | ||
console.error("Error reading YAML file: " + filePath); | ||
e.message = "Cannot read config file: " + filePath + "\nError: " + e.message; | ||
console.error(`Error reading YAML file: ${filePath}`); | ||
e.message = `Cannot read config file: ${filePath}\nError: ${e.message}`; | ||
throw e; | ||
@@ -31,0 +29,0 @@ } |
{ | ||
"name": "eslint-config-eslint", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>", | ||
@@ -5,0 +5,0 @@ "description": "Default ESLint configuration for ESLint projects.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
8428
27
1