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

@redhat-cloud-services/compliance-client

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redhat-cloud-services/compliance-client - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

CHANGELOG.md

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

## [1.1.1](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-1.1.0...@redhat-cloud-services/compliance-client-1.1.1) (2024-11-18)
### Dependency Updates
* `@redhat-cloud-services/javascript-clients-shared` updated to version `1.2.5`
## [1.1.0](https://github.com/RedHatInsights/javascript-clients/compare/@redhat-cloud-services/compliance-client-1.0.0...@redhat-cloud-services/compliance-client-1.1.0) (2024-11-15)

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

59

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

@@ -57,3 +57,58 @@ assignRules: (...config: [import("./AssignRules").AssignRulesParams] | [any, any, any, import("./types").AssignRulesRequest, import("axios").AxiosRequestConfig<any>]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;

valueDefinitions: (...config: [any, any, any, any, any, any, any, import("axios").AxiosRequestConfig<any>] | [import("./ValueDefinitions").ValueDefinitionsParams]) => Promise<import("@redhat-cloud-services/javascript-clients-shared/dist/common").RequestArgs>;
};
}, {
assignRule: unknown;
assignRules: unknown;
assignSystem: unknown;
assignSystems: unknown;
createPolicy: unknown;
createTailoring: unknown;
deletePolicy: unknown;
deleteReport: unknown;
policies: unknown;
policy: unknown;
policySystems: unknown;
policySystemsOS: unknown;
profile: unknown;
profileRule: unknown;
profileRules: unknown;
profileTree: unknown;
profiles: unknown;
report: unknown;
reportRuleResults: unknown;
reportStats: unknown;
reportSystem: unknown;
reportSystems: unknown;
reportSystemsOS: unknown;
reportTestResult: unknown;
reportTestResults: unknown;
reportTestResultsOS: unknown;
reportTestResultsSG: unknown;
reports: unknown;
reportsOS: unknown;
rule: unknown;
ruleGroup: unknown;
ruleGroups: unknown;
rules: unknown;
securityGuide: unknown;
securityGuideRuleTree: unknown;
securityGuides: unknown;
securityGuidesOS: unknown;
supportedProfiles: unknown;
system: unknown;
systemReports: unknown;
systems: unknown;
systemsOS: unknown;
systemsPolicies: unknown;
tailoring: unknown;
tailoringFile: unknown;
tailoringRuleTree: unknown;
tailoringRules: unknown;
tailorings: unknown;
unassignRule: unknown;
unassignSystem: unknown;
updatePolicy: unknown;
updateTailoring: unknown;
valueDefinition: unknown;
valueDefinitions: unknown;
}>;
export default ComplianceClient;

2

package.json
{
"name": "@redhat-cloud-services/compliance-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "./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