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

@sap-ai-sdk/core

Package Overview
Dependencies
Maintainers
0
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ai-sdk/core - npm Package Compare versions

Comparing version 1.4.1-20250103013104.0 to 1.4.1-20250104013048.0

2

dist/openapi-request-builder.d.ts

@@ -10,3 +10,3 @@ import { OpenApiRequestBuilder as CloudSDKOpenApiRequestBuilder } from '@sap-cloud-sdk/openapi';

export declare class OpenApiRequestBuilder<ResponseT> extends CloudSDKOpenApiRequestBuilder<ResponseT> {
constructor(method: Method, pathPattern: string, parameters?: OpenApiRequestParameters);
constructor(method: Method, pathPattern: string, parameters?: OpenApiRequestParameters, basePath?: string);
/**

@@ -13,0 +13,0 @@ * Execute request and get the response data. Use this to conveniently access the data of a service without technical information about the response.

@@ -8,4 +8,4 @@ import { OpenApiRequestBuilder as CloudSDKOpenApiRequestBuilder } from '@sap-cloud-sdk/openapi';

export class OpenApiRequestBuilder extends CloudSDKOpenApiRequestBuilder {
constructor(method, pathPattern, parameters) {
super(method, pathPattern, parameters);
constructor(method, pathPattern, parameters, basePath) {
super(method, pathPattern, parameters, basePath);
}

@@ -12,0 +12,0 @@ /**

{
"name": "@sap-ai-sdk/core",
"version": "1.4.1-20250103013104.0",
"version": "1.4.1-20250104013048.0",
"description": "",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

Sorry, the diff of this file is not supported yet

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