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

pa11y-lint-config

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pa11y-lint-config - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

18

CHANGELOG.md
# 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"
]
}
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