Socket
Socket
Sign inDemoInstall

@appland/scanner

Package Overview
Dependencies
124
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.44.2 to 1.44.3

3

built/integration/appland/appMap/create.js

@@ -65,2 +65,5 @@ "use strict";

form.append('data', data.toString());
if (options.metadata) {
form.append('metadata', JSON.stringify(options.metadata));
}
if (options.app) {

@@ -67,0 +70,0 @@ form.append('app', options.app);

3

built/integration/appland/scannerJob/create.js

@@ -103,2 +103,3 @@ "use strict";

var appMapStruct = JSON.parse(buffer.toString());
var metadata = appMapStruct.metadata;
var branch = (_a = appMapStruct.metadata.git) === null || _a === void 0 ? void 0 : _a.branch;

@@ -114,3 +115,3 @@ var commit = (_b = appMapStruct.metadata.git) === null || _b === void 0 ? void 0 : _b.commit;

}
return (0, create_1.create)(buffer, createAppMapOptions);
return (0, create_1.create)(buffer, __assign(__assign({}, createAppMapOptions), { metadata: metadata }));
})

@@ -117,0 +118,0 @@ .then(function (appMap) {

{
"name": "@appland/scanner",
"version": "1.44.2",
"version": "1.44.3",
"description": "",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc