Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mcma/client

Package Overview
Dependencies
Maintainers
0
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mcma/client - npm Package Compare versions

Comparing version 0.16.22 to 1.0.0

3

dist/lib/auth/access-tokens/access-token-auth-registration.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.accessTokenAuth = void 0;
exports.accessTokenAuth = accessTokenAuth;
const access_token_authenticator_1 = require("./access-token-authenticator");

@@ -11,2 +11,1 @@ function accessTokenAuth(tokenProvider, authType, authContext) {

}
exports.accessTokenAuth = accessTokenAuth;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getApiKeySecretId = void 0;
exports.getApiKeySecretId = getApiKeySecretId;
const core_1 = require("@mcma/core");

@@ -8,2 +8,1 @@ function getApiKeySecretId(configVariables = core_1.ConfigVariables.getInstance()) {

}
exports.getApiKeySecretId = getApiKeySecretId;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mcmaApiKeyAuth = void 0;
exports.mcmaApiKeyAuth = mcmaApiKeyAuth;
const mcma_api_key_authenticator_1 = require("./mcma-api-key-authenticator");

@@ -11,2 +11,1 @@ function mcmaApiKeyAuth(config) {

}
exports.mcmaApiKeyAuth = mcmaApiKeyAuth;

@@ -63,3 +63,5 @@ "use strict";

config.method = method;
config.baseURL = this.config?.axiosConfig?.baseURL;
if (!config.baseURL && this.config?.axiosConfig?.baseURL) {
config.baseURL = this.config?.axiosConfig?.baseURL;
}
config.url = url;

@@ -66,0 +68,0 @@ config.data = body;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getResourceManagerConfig = void 0;
exports.getResourceManagerConfig = getResourceManagerConfig;
const core_1 = require("@mcma/core");

@@ -11,2 +11,1 @@ function getResourceManagerConfig(configVariables = core_1.ConfigVariables.getInstance()) {

}
exports.getResourceManagerConfig = getResourceManagerConfig;
{
"name": "@mcma/client",
"version": "0.16.22",
"version": "1.0.0",
"description": "Node module with classes and functions used to access services in an MCMA environment",

@@ -32,14 +32,14 @@ "engines": {

"dependencies": {
"axios": "^1.7.2"
"axios": "^1.7.9"
},
"peerDependencies": {
"@mcma/core": "0.16.22",
"@mcma/secrets": "0.16.22"
"@mcma/core": "1.0.0",
"@mcma/secrets": "1.0.0"
},
"devDependencies": {
"@mcma/core": "0.16.22",
"@mcma/secrets": "0.16.22",
"@types/node": "^18.19.34",
"jasmine": "^5.1.0"
"@mcma/core": "1.0.0",
"@mcma/secrets": "1.0.0",
"@types/node": "^22.10.1",
"jasmine": "^5.5.0"
}
}
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