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

@qualweb/core

Package Overview
Dependencies
Maintainers
0
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/core - npm Package Compare versions

Comparing version 0.0.0-develop-20241204125016 to 0.0.0-develop-20241214190614

1

dist/lib/evaluation/ModulesData.d.ts

@@ -7,4 +7,5 @@ import { CounterReport } from './CounterReport';

'best-practices'?: EvaluationReport;
'cui-checks'?: EvaluationReport;
counter?: CounterReport;
};
//# sourceMappingURL=ModulesData.d.ts.map

3

dist/lib/evaluation/ModuleType.d.ts

@@ -5,4 +5,5 @@ export declare enum ModuleType {

BEST_PRACTICES = "best-practices",
COUNTER = "counter"
COUNTER = "counter",
CUI_CHECKS = "cui-checks"
}
//# sourceMappingURL=ModuleType.d.ts.map

@@ -10,3 +10,4 @@ "use strict";

ModuleType["COUNTER"] = "counter";
ModuleType["CUI_CHECKS"] = "cui-checks";
})(ModuleType || (exports.ModuleType = ModuleType = {}));
//# sourceMappingURL=ModuleType.js.map

@@ -54,3 +54,5 @@ "use strict";

this.addUrlsToEvaluate(urls);
this.addHtmlCodeToEvaluate(options.html);
if (options.html) {
this.addHtmlCodeToEvaluate(options.html);
}
await this.cluster?.idle();

@@ -57,0 +59,0 @@ errorManager.showErrorsIfAny();

{
"name": "@qualweb/core",
"version": "0.0.0-develop-20241204125016",
"version": "0.0.0-develop-20241214190614",
"description": "QualWeb evaluator core engine",

@@ -44,5 +44,5 @@ "main": "dist/index.js",

"test:log": "mocha test/log.spec.mjs",
"prebuild": "rimraf dist",
"lint": "eslint .",
"format": "prettier src/**/*.ts --write",
"clean": "rimraf dist",
"build": "tsc --build tsconfig.prod.json",

@@ -92,5 +92,5 @@ "docs": "typedoc --out docs src/index.ts",

"dependencies": {
"@qualweb/crawler": "0.0.0-develop-20241204125016",
"@qualweb/locale": "0.0.0-develop-20241204125016",
"@qualweb/qw-element": "0.0.0-develop-20241204125016",
"@qualweb/crawler": "0.0.0-develop-20241214190614",
"@qualweb/locale": "0.0.0-develop-20241214190614",
"@qualweb/qw-element": "0.0.0-develop-20241214190614",
"axios": "^1.7.2",

@@ -97,0 +97,0 @@ "colors": "1.4.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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