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

specberus

Package Overview
Dependencies
Maintainers
6
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

specberus - npm Package Compare versions

Comparing version 6.1.10 to 6.2.0

lib/profiles/TR/Recommendation/REC-Echidna.js

10

package.json
{
"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

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