Socket
Socket
Sign inDemoInstall

@sa11y/format

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.9.5 to 6.10.0

2

dist/filter.js

@@ -73,3 +73,3 @@ "use strict";

const lastSelector = selector.split('>').pop();
return lastSelector?.includes(keyword) ?? false;
return lastSelector.includes(keyword);
});

@@ -76,0 +76,0 @@ return isExists;

{
"name": "@sa11y/format",
"version": "6.9.5",
"version": "6.10.0",
"description": "Accessibility results re-formatter",

@@ -27,4 +27,4 @@ "license": "BSD-3-Clause",

"dependencies": {
"@sa11y/common": "6.9.5",
"@sa11y/preset-rules": "6.9.5",
"@sa11y/common": "6.10.0",
"@sa11y/preset-rules": "6.10.0",
"axe-core": "4.9.0"

@@ -34,3 +34,3 @@ },

"@jest/globals": "28.1.3",
"@sa11y/test-utils": "6.9.5"
"@sa11y/test-utils": "6.10.0"
},

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "20778083b656180c2b077a4a7148cf813c05d040"
"gitHead": "1f5d3dc24b26e096686cc22436998661705b490a"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc