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
3
Versions
177
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 0.0.1-20240829013050.0 to 0.0.1-20240830013042.0

10

dist/http-client.js

@@ -1,2 +0,2 @@

import { removeLeadingSlashes } from '@sap-cloud-sdk/util';
import { mergeIgnoreCase, removeLeadingSlashes } from '@sap-cloud-sdk/util';
import { executeHttpRequest } from '@sap-cloud-sdk/http-client';

@@ -35,12 +35,12 @@ import { getAiCoreDestination } from './context.js';

...requestConfig,
headers: {
headers: mergeIgnoreCase({
...defaultConfig.headers,
...requestConfig?.headers
},
params: {
}),
params: mergeIgnoreCase({
...defaultConfig.params,
...requestConfig?.params
}
})
};
}
//# sourceMappingURL=http-client.js.map
{
"name": "@sap-ai-sdk/core",
"version": "0.0.1-20240829013050.0",
"version": "0.0.1-20240830013042.0",
"description": "",

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

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