Socket
Socket
Sign inDemoInstall

@sap/xs-tools

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/xs-tools - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

11

CHANGELOG.md

@@ -1,1 +0,10 @@

# Changelog
## 1.1.0
### Fixes
- Security fixes
- Switch build to Node.js 18
## 1.0.0
Initial release

12

out/src/types.js

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

XS_CMD_EXIT_CODE[XS_CMD_EXIT_CODE["CANCELED"] = -3] = "CANCELED";
})(XS_CMD_EXIT_CODE = exports.XS_CMD_EXIT_CODE || (exports.XS_CMD_EXIT_CODE = {}));
})(XS_CMD_EXIT_CODE || (exports.XS_CMD_EXIT_CODE = XS_CMD_EXIT_CODE = {}));
var eFilters;

@@ -45,3 +45,3 @@ (function (eFilters) {

eFilters["include"] = "include";
})(eFilters = exports.eFilters || (exports.eFilters = {}));
})(eFilters || (exports.eFilters = eFilters = {}));
var eOperation;

@@ -56,3 +56,3 @@ (function (eOperation) {

eOperation["in"] = "IN";
})(eOperation = exports.eOperation || (exports.eOperation = {}));
})(eOperation || (exports.eOperation = eOperation = {}));
var eOrderDirection;

@@ -62,3 +62,3 @@ (function (eOrderDirection) {

eOrderDirection[eOrderDirection["desc"] = 1] = "desc";
})(eOrderDirection = exports.eOrderDirection || (exports.eOrderDirection = {}));
})(eOrderDirection || (exports.eOrderDirection = eOrderDirection = {}));
var eServiceTypes;

@@ -68,3 +68,3 @@ (function (eServiceTypes) {

eServiceTypes["user_provided"] = "user-provided";
})(eServiceTypes = exports.eServiceTypes || (exports.eServiceTypes = {}));
})(eServiceTypes || (exports.eServiceTypes = eServiceTypes = {}));
var ServiceLabel;

@@ -74,3 +74,3 @@ (function (ServiceLabel) {

ServiceLabel["ups"] = "user-provided";
})(ServiceLabel = exports.ServiceLabel || (exports.ServiceLabel = {}));
})(ServiceLabel || (exports.ServiceLabel = ServiceLabel = {}));
//# sourceMappingURL=types.js.map

@@ -24,4 +24,4 @@ import { CredentialsLoginOptions, IServiceQuery, ITarget, Organization, PlanInfo, ServiceInfo, ServiceInstanceInfo, ServiceKey, Space, SSOLoginOptions, UpsResponseTypeInfo, UpsTypeInfo } from './types';

export declare function xsGetServiceKeys(query?: IServiceQuery): Promise<ServiceKey[]>;
export declare function xsGetInstanceKeyParameters(instanceName: string): Promise<any | undefined>;
export declare function xsGetInstanceKeyParameters(instanceName: string): Promise<any>;
export declare function xsGetServiceInstancesList(query?: IServiceQuery): Promise<ServiceInstanceInfo[]>;
export declare function xsGetApps(query?: IServiceQuery): Promise<any>;
{
"name": "@sap/xs-tools",
"displayName": "XS Tools API",
"version": "1.0.0",
"version": "1.1.0",
"description": "XS Tools API",

@@ -23,5 +23,5 @@ "publisher": "SAPSE",

"dependencies": {
"axios": "1.3.4",
"axios": "1.5.1",
"comment-json": "4.2.3",
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"lodash": "4.17.21",

@@ -28,0 +28,0 @@ "properties-to-json": "0.2.1"

Sorry, the diff of this file is not supported yet

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