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

@mcma/client

Package Overview
Dependencies
Maintainers
3
Versions
109
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.17 to 0.16.18

0

dist/index.d.ts
export * from "./lib";

@@ -0,0 +0,0 @@ "use strict";

import { AccessTokenProvider } from "./access-token-provider";
import { AuthTypeRegistration } from "../auth-type-registration";
export declare function accessTokenAuth<T>(tokenProvider: AccessTokenProvider<T>, authType?: string, authContext?: T): AuthTypeRegistration;

@@ -0,0 +0,0 @@ import { AccessTokenProvider } from "./access-token-provider";

@@ -0,0 +0,0 @@ import { AccessToken } from "./access-token";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export interface AccessToken {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export * from "./access-token";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Authenticator } from "./authenticator";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Authenticator } from "./authenticator";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { HttpRequestConfig } from "../http/http-request-config";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export * from "./auth-provider";

@@ -0,0 +0,0 @@ "use strict";

import { ConfigVariables } from "@mcma/core";
export declare function getApiKeySecretId(configVariables?: ConfigVariables): string;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from "./config-variables-ext";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { SecretsProvider } from "@mcma/secrets";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { HttpRequestConfig } from "../../http";

import { AuthTypeRegistration } from "../auth-type-registration";
import { McmaApiKeyAuthenticatorConfig } from "./mcma-api-key-authenticator-config";
export declare function mcmaApiKeyAuth(config: McmaApiKeyAuthenticatorConfig): AuthTypeRegistration;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const McmaHeaders: Readonly<{

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AxiosResponse, AxiosRequestConfig } from "axios";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AxiosRequestConfig } from "axios";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { HttpRequestConfig } from ".";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ export * from "./headers";

@@ -0,0 +0,0 @@ "use strict";

export * from "./auth";
export * from "./http";
export * from "./resources";

@@ -0,0 +0,0 @@ "use strict";

import { ResourceManagerConfig } from "./resource-manager-config";
import { ConfigVariables } from "@mcma/core";
export declare function getResourceManagerConfig(configVariables?: ConfigVariables): ResourceManagerConfig;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from "./config-variables-ext";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AxiosResponse } from "axios";

@@ -0,0 +0,0 @@ import { HttpClientConfig } from "../http";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { ConfigVariables } from "@mcma/core";

@@ -0,0 +0,0 @@ import { McmaResource, McmaResourceType, NotificationEndpointProperties } from "@mcma/core";

2

dist/lib/resources/resource-manager.js

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

QuerySortOrder["Descending"] = "desc";
})(QuerySortOrder = exports.QuerySortOrder || (exports.QuerySortOrder = {}));
})(QuerySortOrder || (exports.QuerySortOrder = QuerySortOrder = {}));
class ResourceManager {

@@ -14,0 +14,0 @@ config;

@@ -0,0 +0,0 @@ import { ServiceProperties } from "@mcma/core";

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@mcma/client",
"version": "0.16.17",
"version": "0.16.18",
"description": "Node module with classes and functions used to access services in an MCMA environment",
"engines": {
"node": "^18.0.0"
"node": ">=18.0.0"
},

@@ -32,14 +32,14 @@ "type": "commonjs",

"dependencies": {
"axios": "^1.6.2"
"axios": "^1.7.2"
},
"peerDependencies": {
"@mcma/core": "0.16.17",
"@mcma/secrets": "0.16.17"
"@mcma/core": "0.16.18",
"@mcma/secrets": "0.16.18"
},
"devDependencies": {
"@mcma/core": "0.16.17",
"@mcma/secrets": "0.16.17",
"@types/node": "^18.15.10",
"jasmine": "^3.3.1"
"@mcma/core": "0.16.18",
"@mcma/secrets": "0.16.18",
"@types/node": "^18.19.34",
"jasmine": "^5.1.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