New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@redhat-cloud-services/config-manager-client

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redhat-cloud-services/config-manager-client - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [2.1.1](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-2.1.0...@redhat-cloud-services/config-manager-client-2.1.1) (2024-11-18)
### Dependency Updates
* `@redhat-cloud-services/javascript-clients-shared` updated to version `1.2.5`
## [2.1.0](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/config-manager-client-2.0.0...@redhat-cloud-services/config-manager-client-2.1.0) (2024-11-15)

@@ -7,0 +12,0 @@

9

dist/api.d.ts
import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/dist/common';
export declare const ConfigManagerClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & {
export declare const ConfigManagerClient: (BASE_PATH: string, instance?: ApiConfig) => import("packages/shared/dist/base").BaseAPI & import("@redhat-cloud-services/javascript-clients-shared/dist/utils").APIFactoryResponse<{
createProfile: (...config: [import("./CreateProfile").CreateProfileParams] | [import("./types").CreateProfileRequest, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;

@@ -7,3 +7,8 @@ getPlaybook: (...config: [import("./GetPlaybook").GetPlaybookParams] | [string, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;

getProfiles: (...config: [import("./GetProfiles").GetProfilesParams] | [import("./GetProfiles").GetProfilesSortByEnum, number, number, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
};
}, {
createProfile: unknown;
getPlaybook: unknown;
getProfile: unknown;
getProfiles: unknown;
}>;
export default ConfigManagerClient;
{
"name": "@redhat-cloud-services/config-manager-client",
"version": "2.1.0",
"version": "2.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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