You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@settlemint/sdk-utils

Package Overview
Dependencies
Maintainers
3
Versions
3035
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@settlemint/sdk-utils - npm Package Compare versions

Comparing version

to
2.4.1-maina3bea26e

3

dist/index.js

@@ -300,2 +300,5 @@ //#region src/json.ts

const url = new URL(baseUrl);
if (pathSegment.trim() === "") {
return url.toString();
}
const segmentIndex = url.pathname.indexOf(pathSegment);

@@ -302,0 +305,0 @@ return url.origin + (segmentIndex >= 0 ? url.pathname.substring(0, segmentIndex) : url.pathname);

@@ -18,2 +18,5 @@ //#region src/url.ts

const url = new URL(baseUrl);
if (pathSegment.trim() === "") {
return url.toString();
}
const segmentIndex = url.pathname.indexOf(pathSegment);

@@ -20,0 +23,0 @@ return url.origin + (segmentIndex >= 0 ? url.pathname.substring(0, segmentIndex) : url.pathname);

2

package.json
{
"name": "@settlemint/sdk-utils",
"description": "Shared utilities and helper functions for SettleMint SDK modules",
"version": "2.4.1-main94989dab",
"version": "2.4.1-maina3bea26e",
"type": "module",

@@ -6,0 +6,0 @@ "private": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet