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

@sap-cloud-sdk/util

Package Overview
Dependencies
Maintainers
0
Versions
2440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-cloud-sdk/util - npm Package Compare versions

Comparing version 3.24.1-20241218014159.0 to 3.24.1-20241220014101.0

3

dist/remove-slashes.d.ts
/**
* @internal
* Utility function to remove a single leading and trailing slash from a path.
*/

@@ -7,2 +8,3 @@ export declare function removeSlashes(path: string): string;

* @internal
* Utility function to remove a single trailing slash from a path.
*/

@@ -12,3 +14,4 @@ export declare function removeTrailingSlashes(path: string): string;

* @internal
* Utility function to remove a single leading slash from a path.
*/
export declare function removeLeadingSlashes(path: string): string;

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

* @internal
* Utility function to remove a single leading and trailing slash from a path.
*/

@@ -17,2 +18,3 @@ function removeSlashes(path) {

* @internal
* Utility function to remove a single trailing slash from a path.
*/

@@ -24,2 +26,3 @@ function removeTrailingSlashes(path) {

* @internal
* Utility function to remove a single leading slash from a path.
*/

@@ -26,0 +29,0 @@ function removeLeadingSlashes(path) {

2

package.json
{
"name": "@sap-cloud-sdk/util",
"version": "3.24.1-20241218014159.0",
"version": "3.24.1-20241220014101.0",
"description": "SAP Cloud SDK for JavaScript general utilities",

@@ -5,0 +5,0 @@ "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",

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