@sa11y/assert
Advanced tools
Comparing version 3.1.0 to 4.0.0-alpha.0
@@ -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; |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8101
81
2
1
1
+ Added@sa11y/common@4.0.0-alpha.0(transitive)
+ Added@sa11y/format@4.0.0-alpha.0(transitive)
+ Added@sa11y/preset-rules@4.0.0-alpha.0(transitive)
- Removed@sa11y/common@3.1.0(transitive)
- Removed@sa11y/format@3.1.0(transitive)
- Removed@sa11y/preset-rules@3.1.0(transitive)
Updated@sa11y/common@4.0.0-alpha.0
Updated@sa11y/format@4.0.0-alpha.0