Socket
Socket
Sign inDemoInstall

axe-core

Package Overview
Dependencies
0
Maintainers
4
Versions
1334
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

build/utils/postinstall.js

2

bower.json
{
"name": "axe-core",
"version": "2.4.0",
"version": "2.4.1",
"contributors": [

@@ -5,0 +5,0 @@ {

@@ -5,2 +5,12 @@ # Change Log

<a name="2.4.1"></a>
## [2.4.1](https://github.com/dequelabs/axe-core/compare/v2.4.0...v2.4.1) (2017-09-12)
### Bug Fixes
* fix(postinstall): use node, more conditionals ([#520](https://github.com/dequelabs/axe-core/issues/520)) ([98fac8a](https://github.com/dequelabs/axe-core/commit/98fac8a))
<a name="2.4.0"></a>

@@ -7,0 +17,0 @@ ## [2.4.0](https://github.com/dequelabs/axe-core/compare/v2.3.1-alpha.2...v2.4.0) (2017-09-08)

@@ -36,3 +36,3 @@ # Code Submission Guidelines

```sh
perf(color-contrast): improve speed of color contrast rules
perf(rule): improve speed of color contrast rules

@@ -67,7 +67,8 @@ Use async process to compare elements without UI lockup

The scope specifies the place of the commit change in the codebase along with the type. It could
reference a rule name, a commons file, or anything really. E.g. `perf(color-contrast)` or
`test(p-as-heading)`.
reference a rule, a commons file, or anything really. E.g. `feat(rule)` or
`test(commons/aria)`. It would help us call to out rule changes in our changelog with `rule` used as the scope.
If the scope is too broad to summarize, use the type only and leave off the parentheses. E.g.
`type: some subject`
`type: some subject`. Keep in mind that a long scope often pushes your commit message over 100 characters.
Brevity is helpful for everyone!

@@ -74,0 +75,0 @@

{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "2.4.0",
"version": "2.4.1",
"license": "MPL-2.0",

@@ -55,3 +55,3 @@ "contributors": [

"prepublishOnly": "grunt build && node build/sri-update --validate",
"postinstall": "./bin/postinstall.sh",
"postinstall": "node build/utils/postinstall.js",
"release": "standard-version"

@@ -69,2 +69,3 @@ },

"dot": "~1.0.3",
"fs-extra": "^4.0.1",
"grunt": "^1.0.1",

@@ -71,0 +72,0 @@ "grunt-babel": "^6.0.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc