Socket
Socket
Sign inDemoInstall

@sap-ux/axios-extension

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

@sap-ux/axios-extension - npm Package Compare versions

Comparing version 1.12.1 to 1.12.2

dist/abap/adt-catalog/generators/index.d.ts

1

dist/abap/adt-catalog/index.d.ts
export * from './adt-catalog-service';
export * from './services';
export * from './generators';
//# sourceMappingURL=index.d.ts.map

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

__exportStar(require("./services"), exports);
__exportStar(require("./generators"), exports);
//# sourceMappingURL=index.js.map

6

dist/abap/adt-catalog/services/businessobjects-service.js

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

*/
getBusinessObjects(maxResults) {
getBusinessObjects(maxResults = 10000) {
return __awaiter(this, void 0, void 0, function* () {

@@ -42,5 +42,5 @@ const config = {

query: `*`,
maxResults: maxResults || 10000,
maxResults: maxResults,
objectType: 'BDEF',
releaseStatus: 'USE_IN_CLOUD_DEVELOPMENT'
releaseState: 'USE_IN_CLOUD_DEVELOPMENT'
}

@@ -47,0 +47,0 @@ };

@@ -8,3 +8,3 @@ export { AppInfo, BspConfig, DeployConfig, Ui5AbapRepositoryService, UndeployConfig } from './ui5-abap-repository-service';

export * from './adt-catalog';
export { TenantType, ArchiveFileNode, AtoSettings } from './types';
export { TenantType, ArchiveFileNode, AtoSettings, BusinessObject } from './types';
//# sourceMappingURL=index.d.ts.map
{
"name": "@sap-ux/axios-extension",
"version": "1.12.1",
"version": "1.12.2",
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.",

@@ -5,0 +5,0 @@ "repository": {

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