Socket
Socket
Sign inDemoInstall

anypoint-cli-cloudhub-plugin

Package Overview
Dependencies
251
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.2 to 1.4.3

1

lib/utils.d.ts

@@ -43,2 +43,3 @@ export declare const parseFile: (filePath: any, parserFunc: any) => {};

};
generateDefaultPublicUrl: any;
};

@@ -45,0 +46,0 @@ };

6

lib/utils.js

@@ -316,5 +316,6 @@ "use strict";

version: args.runtimeVersion,
releaseChannel: args.releaseChannel,
java: args.javaVersion,
releaseChannel: flags.releaseChannel,
java: flags.javaVersion,
};
const shouldGenerateDefaultPublicUrl = (flags.publicEndpoints && flags.publicEndpoints.includes('cloudhub.io'));
return {

@@ -346,2 +347,3 @@ clustered: clustered,

},
generateDefaultPublicUrl: shouldGenerateDefaultPublicUrl,
};

@@ -348,0 +350,0 @@ }

{
"name": "anypoint-cli-cloudhub-plugin",
"description": "PaaS component of Anypoint Platform",
"version": "1.4.2",
"version": "1.4.3",
"author": "MuleSoft",

@@ -6,0 +6,0 @@ "devDependencies": {

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