Socket
Socket
Sign inDemoInstall

@appland/scanner

Package Overview
Dependencies
263
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.69.0 to 1.69.1

2

built/cli/scan/command.js

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

let appId = appIdArg;
if (!reportAllFindings)
if (!watch && !reportAllFindings)
appId = yield (0, resolveAppId_1.default)(appIdArg, appmapDir);

@@ -81,0 +81,0 @@ if (watch) {

@@ -0,1 +1,9 @@

# [@appland/scanner-v1.69.1](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.69.0...@appland/scanner-v1.69.1) (2022-08-29)
### Bug Fixes
* Add missing dependencies ([97a5d02](https://github.com/applandinc/appmap-js/commit/97a5d02ff161b52200430d2123d8d9ab62037220))
* Don't attempt to resolve a remote app ID if running in watch mode ([8f21ff1](https://github.com/applandinc/appmap-js/commit/8f21ff1a3bc86292f70a2cd1446f682e525869aa))
# [@appland/scanner-v1.69.0](https://github.com/applandinc/appmap-js/compare/@appland/scanner-v1.68.0...@appland/scanner-v1.69.0) (2022-08-23)

@@ -2,0 +10,0 @@

{
"name": "@appland/scanner",
"version": "1.69.0",
"version": "1.69.1",
"description": "",

@@ -66,2 +66,3 @@ "bin": "built/cli.js",

"async": "^3.2.3",
"boxen": "^5.0.1",
"chalk": "^4.1.2",

@@ -73,2 +74,3 @@ "chokidar": "applandinc/chokidar#fix/new-file-new-directory-race-on-linux",

"glob": "7.2.3",
"inquirer": "^8.1.2",
"js-yaml": "^4.1.0",

@@ -75,0 +77,0 @@ "lru-cache": "^6.0.0",

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