Socket
Socket
Sign inDemoInstall

@appland/scanner

Package Overview
Dependencies
326
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.84.0 to 1.84.1

8

built/ruleChecker.js

@@ -234,3 +234,9 @@ "use strict";

yield this.progress.matchEvent(event, appMapIndex);
const matchResult = yield checkInstance.ruleLogic.matcher(event, appMapIndex, checkInstance.filterEvent.bind(checkInstance));
let matchResult;
try {
matchResult = yield checkInstance.ruleLogic.matcher(event, appMapIndex, checkInstance.filterEvent.bind(checkInstance));
}
catch (e) {
(0, console_1.warn)(e);
}
if (this.progress)

@@ -237,0 +243,0 @@ yield this.progress.matchResult(event, matchResult);

2

package.json
{
"name": "@appland/scanner",
"version": "1.84.0",
"version": "1.84.1",
"description": "Analyze AppMaps for code flaws",

@@ -5,0 +5,0 @@ "bin": "built/cli.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc