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

@sa11y/assert

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sa11y/assert - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0-alpha.0

6

dist/assert.js

@@ -10,3 +10,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -13,0 +17,0 @@ if (k2 === undefined) k2 = k;

13

package.json
{
"name": "@sa11y/assert",
"version": "3.1.0",
"version": "4.0.0-alpha.0",
"description": "Provides assertAccessible API to check DOM for accessibility issues",

@@ -24,9 +24,10 @@ "license": "BSD-3-Clause",

"dependencies": {
"@sa11y/common": "3.1.0",
"@sa11y/format": "3.1.0",
"@sa11y/preset-rules": "3.1.0",
"@sa11y/common": "4.0.0-alpha.0",
"@sa11y/format": "4.0.0-alpha.0",
"@sa11y/preset-rules": "4.0.0-alpha.0",
"axe-core": "4.3.3"
},
"devDependencies": {
"@sa11y/test-utils": "3.1.0"
"@jest/globals": "28.1.3",
"@sa11y/test-utils": "4.0.0-alpha.0"
},

@@ -36,3 +37,3 @@ "publishConfig": {

},
"gitHead": "6c900d72c6fad8e5ca94852cf0b2b983939476a6"
"gitHead": "aeb87b6b27bfd56cf9f3de201456dd821e57b408"
}
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