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

pa11y-lint-config

Package Overview
Dependencies
Maintainers
6
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.2.0 to 1.2.1

4

CHANGELOG.md
# Changelog
## 1.2.1 (2017-10-03)
* Fix space-before-function-paren for async functions
## 1.2.0 (2017-08-29)

@@ -5,0 +9,0 @@

@@ -376,3 +376,7 @@ 'use strict';

'error',
'never'
{
anonymous: 'never',
named: 'never',
asyncArrow: 'always'
}
],

@@ -379,0 +383,0 @@ 'space-in-parens': [

2

package.json
{
"name": "pa11y-lint-config",
"version": "1.2.0",
"version": "1.2.1",
"description": "Linter configurations for Pa11y projects",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -80,3 +80,3 @@

[eslint]: http://eslint.org/
[issues]: https://github.com/pa11y/lint-config/issues
[issues]: https://github.com/pa11y/pa11y-lint-config/issues
[node.js]: https://nodejs.org/

@@ -87,5 +87,5 @@ [twitter]: https://twitter.com/pa11yorg

[info-npm]: https://www.npmjs.com/package/pa11y-ci
[info-build]: https://travis-ci.org/pa11y/lint-config
[info-build]: https://travis-ci.org/pa11y/pa11y-lint-config
[shield-license]: https://img.shields.io/badge/license-LGPL%203.0-blue.svg
[shield-npm]: https://img.shields.io/npm/v/pa11y-lint-config.svg
[shield-build]: https://img.shields.io/travis/pa11y/lint-config/master.svg
[shield-build]: https://img.shields.io/travis/pa11y/pa11y-lint-config/master.svg
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