You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@acot/reporter

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8-canary.0

lib/__tests__/loader.test.d.ts

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.0.8-canary.0](https://github.com/acot-a11y/acot/compare/@acot/reporter@0.0.7...@acot/reporter@0.0.8-canary.0) (2021-03-30)
### Bug Fixes
- update dependency boxen to v5 ([271bb1f](https://github.com/acot-a11y/acot/commit/271bb1f87e8d30e6a1c6f6ec1ead59e1b356284c))
## [0.0.7](https://github.com/acot-a11y/acot/compare/@acot/reporter@0.0.6...@acot/reporter@0.0.7) (2021-01-30)

@@ -8,0 +14,0 @@

4

lib/factory.d.ts

@@ -1,2 +0,2 @@

import type { ReporterFactory } from '@acot/types';
export declare const createReporterFactory: <T extends Record<string, any> = {}>(descriptor: ReporterFactory<T>) => ReporterFactory<T>;
import type { ReporterFactory, ReporterOptions } from '@acot/types';
export declare const createReporterFactory: <T extends ReporterOptions = {}>(descriptor: ReporterFactory<T>) => ReporterFactory<T>;
{
"name": "@acot/reporter",
"version": "0.0.7",
"version": "0.0.8-canary.0",
"description": "A reporter toolset for @acot/cli.",

@@ -37,4 +37,4 @@ "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/reporter",

"@acot/html-pickup": "0.0.5",
"@acot/module-loader": "0.0.6",
"boxen": "^4.2.0",
"@acot/module-loader": "0.0.7-canary.0",
"boxen": "^5.0.0",
"chalk": "^4.0.0",

@@ -53,3 +53,3 @@ "cli-table": "^0.3.4",

"devDependencies": {
"@acot/types": "0.0.7",
"@acot/types": "0.0.8-canary.0",
"@types/cli-table": "0.3.0",

@@ -61,3 +61,3 @@ "@types/text-table": "0.2.1"

},
"gitHead": "7f0dfd84a37829f382b154dc1d67d5aa7043837c"
"gitHead": "019a4b37fc93b03f495bd62eddd4002f6403948d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc