New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qualweb/act-rules

Package Overview
Dependencies
Maintainers
3
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/act-rules - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

dist/util.js

@@ -89,3 +89,3 @@ 'use strict';

const page = await browser.newPage();
await page.goto(url, { 'waitUntil': 'networkidle0', timeout: 6000 });
await page.goto(url, { 'waitUntil': 'networkidle2', timeout: 20000 });
let content = await page.evaluate(() => {

@@ -92,0 +92,0 @@ return document.documentElement.innerHTML;

{
"name": "@qualweb/act-rules",
"version": "0.1.8",
"version": "0.1.9",
"description": "ACT-R module for qualweb accessibility evaluator",

@@ -50,3 +50,2 @@ "main": "dist/index.js",

"@qualweb/types": "^0.1.9",
"@qualweb/util": "^0.1.11",
"@types/htmlparser2": "^3.10.0",

@@ -63,2 +62,3 @@ "@types/lodash": "^4.14.141",

"dependencies": {
"@qualweb/util": "^0.1.11",
"follow-redirects": "^1.9.0",

@@ -65,0 +65,0 @@ "html-validator": "^4.1.1",

@@ -117,3 +117,3 @@ 'use strict';

const page = await browser.newPage();
await page.goto(url,{'waitUntil': 'networkidle0', timeout: 6000});
await page.goto(url,{'waitUntil': 'networkidle2', timeout: 20000});
let content = await page.evaluate(() => {

@@ -120,0 +120,0 @@ return document.documentElement.innerHTML;

Sorry, the diff of this file is not supported yet

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