Socket
Socket
Sign inDemoInstall

@contrast/reporter

Package Overview
Dependencies
Maintainers
17
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/reporter - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

2

lib/reporters/contrast-ui/app-activity-builder.js

@@ -142,3 +142,3 @@ "use strict";

// @ts-expect-error: Unreachable code error
const { prolog, entities } = el.findings;
const { prolog, entities } = el.exploitMetadata[0];
const exploitMetadata = {

@@ -145,0 +145,0 @@ xml: prolog,

@@ -33,8 +33,12 @@ "use strict";

});
this.subscribeWithLock(common_1.Event.LIBRARY_USAGE, (msg) => {
this.handle(common_1.Event.LIBRARY_USAGE, msg);
[
common_1.Event.LIBRARY_USAGE,
common_1.Event.ARCHITECTURE_COMPONENT,
common_1.Event.ROUTE_COVERAGE_DISCOVERY,
common_1.Event.ROUTE_COVERAGE_OBSERVATION
].forEach(event => {
this.subscribeWithLock(event, (msg) => {
this.handle(event, msg);
});
});
this.subscribeWithLock(common_1.Event.ARCHITECTURE_COMPONENT, (msg) => {
this.handle(common_1.Event.ARCHITECTURE_COMPONENT, msg);
});
}

@@ -41,0 +45,0 @@ handle(event, msg) {

{
"name": "@contrast/reporter",
"version": "1.8.1",
"version": "1.8.2",
"description": "Subscribes to agent messages and reports them",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

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