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

@qualweb/earl-reporter

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/earl-reporter - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

10

CHANGELOG.md
# Changelog
## [0.4.1] - 23/03/2021
### Added
- code documentation
### Updated
- dependencies
## [0.4.0] - 22/03/2021

@@ -4,0 +14,0 @@

10

dist/index.d.ts
/// <reference types="@qualweb/types" />
import { EvaluationReport } from '@qualweb/core';
import { EarlReport, Assertion, EarlOptions, Report } from '@qualweb/earl-reporter';
import { Evaluations } from '@qualweb/core';
import { EarlEvaluations, Assertion, EarlOptions, Report } from '@qualweb/earl-reporter';
declare function generateEARLAssertions(report: Report, date?: string): Array<Assertion>;
declare function generateEARLReport(reports: {
[url: string]: EvaluationReport;
}, options?: EarlOptions): {
[url: string]: EarlReport;
};
declare function generateEARLReport(reports: Evaluations, options?: EarlOptions): EarlEvaluations;
export { generateEARLAssertions, generateEARLReport };
//# sourceMappingURL=index.d.ts.map
{
"name": "@qualweb/earl-reporter",
"version": "0.4.0",
"version": "0.4.1",
"description": "Qualweb earl reporter",

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

"devDependencies": {
"@qualweb/types": "^0.4.63",
"@qualweb/types": "^0.4.67",
"@tsconfig/recommended": "^1.0.1",

@@ -45,0 +45,0 @@ "@types/lodash.clonedeep": "^4.5.6",

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