pa11y-lint-config
Advanced tools
Comparing version 1.3.0 to 2.0.0
# Changelog | ||
## 2.0.0 (2021-05-26) | ||
* Update Node requirements to LTS | ||
* Bump eslint version to latest (`7.27.0`) | ||
* Reduce package size | ||
## 1.3.0 (2020-10-12) | ||
* Bump Node 4 to Node 14 | ||
* Bump Node 4 to Node 14 | ||
## 1.2.1 (2017-10-03) | ||
* Fix space-before-function-paren for async functions | ||
* Fix space-before-function-paren for async functions | ||
## 1.2.0 (2017-08-29) | ||
* Make ES2017 warn when strict mode is not used | ||
* Make ES2017 warn when strict mode is not used | ||
## 1.1.0 (2017-08-21) | ||
* Add ES2017 support | ||
* Rename files to use ES{year} names | ||
* Add ES2017 support | ||
* Rename files to use ES{year} names | ||
## 1.0.0 (2017-03-20) | ||
* Initial release | ||
* Initial release |
{ | ||
"name": "pa11y-lint-config", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "Linter configurations for Pa11y projects", | ||
@@ -8,3 +8,4 @@ "keywords": [], | ||
"contributors": [ | ||
"Rowan Manning (http://rowanmanning.com/)" | ||
"Rowan Manning (http://rowanmanning.com/)", | ||
"José Bolos (https://github.com/josebolos)" | ||
], | ||
@@ -19,6 +20,6 @@ "repository": { | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=12" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.11.0" | ||
"eslint": "^7.27.0" | ||
}, | ||
@@ -28,3 +29,6 @@ "main": "./index.js", | ||
"test": "make ci" | ||
} | ||
}, | ||
"files": [ | ||
"eslint" | ||
] | ||
} |
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
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
36554
9
1256