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.8 to 6.1.9

4

lib/rules/headers/dl.js

@@ -370,3 +370,5 @@ /* eslint-disable */

const missingElement = editors.filter(
editor => !editor.dataset.editorId
editor =>
!editor.dataset.editorId &&
!editor.textContent.match(/(working|interest) group/i)
);

@@ -373,0 +375,0 @@ if (missingElement.length) {

{
"name": "specberus",
"version": "6.1.8",
"version": "6.1.9",
"description": "Specberus is a checker used at W3C to validate the compliance of Technical Reports with publication rules.",

@@ -16,3 +16,3 @@ "license": "MIT",

"doasync": "2.0.1",
"express": "4.17.1",
"express": "4.18.1",
"express-handlebars": "6.0.1",

@@ -25,3 +25,3 @@ "insafe": "0.5.0",

"promise": "8.1.0",
"puppeteer": "13.6.0",
"puppeteer": "14.2.1",
"socket.io": "4.5.0",

@@ -33,16 +33,16 @@ "superagent": "7.1.1"

"chai-as-promised": "7.1.1",
"cspell": "5.19.1",
"eslint": "8.14.0",
"cspell": "6.1.1",
"eslint": "8.17.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.2.8",
"eslint-plugin-jsdoc": "39.3.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"expect.js": "0.3",
"husky": "7.0.4",
"husky": "8.0.0",
"jsdoc": "3.6.7",
"lint-staged": "12.4.0",
"lint-staged": "13.0.0",
"minami": "1.2.3",
"mocha": "9.2.0",
"mocha": "10.0.0",
"nock": "13.2.2",

@@ -49,0 +49,0 @@ "nodemon": "2.0.15",

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