specberus
Advanced tools
Comparing version 6.1.10 to 6.2.0
{ | ||
"name": "specberus", | ||
"version": "6.1.10", | ||
"version": "6.2.0", | ||
"description": "Specberus is a checker used at W3C to validate the compliance of Technical Reports with publication rules.", | ||
@@ -24,5 +24,5 @@ "license": "MIT", | ||
"promise": "8.1.0", | ||
"puppeteer": "14.4.1", | ||
"puppeteer": "16.2.0", | ||
"socket.io": "4.5.0", | ||
"superagent": "7.1.1" | ||
"superagent": "8.0.0" | ||
}, | ||
@@ -32,4 +32,4 @@ "devDependencies": { | ||
"chai-as-promised": "7.1.1", | ||
"cspell": "6.1.1", | ||
"eslint": "8.18.0", | ||
"cspell": "6.8.0", | ||
"eslint": "8.23.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
@@ -36,0 +36,0 @@ "eslint-config-prettier": "8.5.0", |
@@ -400,6 +400,14 @@ 'use strict'; | ||
$profileOptions.each((_, el) => { | ||
if (!['WD', 'NOTE', 'DNOTE', 'CR', 'CRD'].includes($(el).val())) | ||
if ( | ||
!['WD', 'NOTE', 'DNOTE', 'CR', 'CRD', 'REC'].includes( | ||
$(el).val() | ||
) | ||
) | ||
$(el).prop('disabled', true); | ||
}); | ||
if (!['WD', 'NOTE', 'DNOTE', 'CR', 'CRD'].includes($profile.val())) | ||
if ( | ||
!['WD', 'NOTE', 'DNOTE', 'CR', 'CRD', 'REC'].includes( | ||
$profile.val() | ||
) | ||
) | ||
$profile.val(''); | ||
@@ -406,0 +414,0 @@ } else |
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
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
3573082
241
15016
+ Addeddevtools-protocol@0.0.1019158(transitive)
+ Addedpuppeteer@16.2.0(transitive)
+ Addedsuperagent@8.0.0(transitive)
+ Addedws@8.8.1(transitive)
- Removeddevtools-protocol@0.0.1001819(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@4.0.0(transitive)
- Removedpkg-dir@4.2.0(transitive)
- Removedpuppeteer@14.4.1(transitive)
- Removedsuperagent@7.1.1(transitive)
- Removedws@8.7.0(transitive)
Updatedpuppeteer@16.2.0
Updatedsuperagent@8.0.0