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

@rhoas/kafka-instance-sdk

Package Overview
Dependencies
Maintainers
5
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rhoas/kafka-instance-sdk - npm Package Compare versions

Comparing version 0.27.0 to 0.28.0

dist/generated/api/records-api.d.ts

1

dist/generated/api.d.ts

@@ -14,2 +14,3 @@ /**

export * from './api/groups-api';
export * from './api/records-api';
export * from './api/topics-api';

@@ -32,2 +32,3 @@ "use strict";

__exportStar(require("./api/groups-api"), exports);
__exportStar(require("./api/records-api"), exports);
__exportStar(require("./api/topics-api"), exports);

@@ -28,2 +28,5 @@ export * from './acl-binding';

export * from './partition';
export * from './record';
export * from './record-included-property';
export * from './record-list';
export * from './sort-direction';

@@ -30,0 +33,0 @@ export * from './topic';

@@ -44,2 +44,5 @@ "use strict";

__exportStar(require("./partition"), exports);
__exportStar(require("./record"), exports);
__exportStar(require("./record-included-property"), exports);
__exportStar(require("./record-list"), exports);
__exportStar(require("./sort-direction"), exports);

@@ -46,0 +49,0 @@ __exportStar(require("./topic"), exports);

4

package.json
{
"name": "@rhoas/kafka-instance-sdk",
"version": "0.27.0",
"version": "0.28.0",
"description": "RHOAS Kafka Instance Adminstration SDK",

@@ -27,3 +27,3 @@ "author": "Red Hat Developers",

"dependencies": {
"axios": "0.26.0"
"axios": "0.26.1"
},

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

@@ -19,3 +19,4 @@ /* tslint:disable */

export * from './api/groups-api';
export * from './api/records-api';
export * from './api/topics-api';

@@ -28,2 +28,5 @@ export * from './acl-binding';

export * from './partition';
export * from './record';
export * from './record-included-property';
export * from './record-list';
export * from './sort-direction';

@@ -30,0 +33,0 @@ export * from './topic';

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