🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@settlemint/sdk-utils

Package Overview
Dependencies
Maintainers
0
Versions
2875
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
0.6.22-pr1d55d6d

18

dist/environment.d.ts

@@ -11,2 +11,5 @@ import { z } from 'zod';

SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>;
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;

@@ -50,2 +53,5 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>;

SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003";
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -84,2 +90,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003";
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -115,2 +124,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_APPLICATION: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_HASURA: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;

@@ -149,2 +161,5 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>;

SETTLEMINT_APPLICATION?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -183,2 +198,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_APPLICATION?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -185,0 +203,0 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

22

dist/index.d.ts
import { ZodString, z, ZodSchema } from 'zod';
declare function capitalizeFirstLetter(val: string): string;
/**

@@ -17,2 +19,5 @@ * Schema for validating access tokens.

SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>;
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;

@@ -56,2 +61,5 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>;

SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003";
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -90,2 +98,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003";
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -121,2 +132,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_APPLICATION: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_HASURA: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;

@@ -155,2 +169,5 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>;

SETTLEMINT_APPLICATION?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -189,2 +206,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_APPLICATION?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -390,2 +410,2 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Template, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, emptyDir, ensureBrowser, ensureFolder, ensureServer, formatTargetDir, getPackageManager, installDependencies, isEmpty, isPackageInstalled, isValidPackageName, loadEnv, projectRoot, runsInBrowser, runsOnServer, setName, templates, toValidPackageName, validate, writeEnv };
export { type AccessToken, AccessTokenSchema, type DotEnv, type DotEnvPartial, DotEnvSchema, DotEnvSchemaPartial, type Id, IdSchema, type Template, type Url, type UrlOrPath, UrlOrPathSchema, type UrlPath, UrlPathSchema, UrlSchema, capitalizeFirstLetter, emptyDir, ensureBrowser, ensureFolder, ensureServer, formatTargetDir, getPackageManager, installDependencies, isEmpty, isPackageInstalled, isValidPackageName, loadEnv, projectRoot, runsInBrowser, runsOnServer, setName, templates, toValidPackageName, validate, writeEnv };

@@ -17,2 +17,5 @@ import { ZodString, z, ZodSchema } from 'zod';

SETTLEMINT_APPLICATION: z.ZodUnion<[z.ZodString, z.ZodString]>;
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_HASURA: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;

@@ -56,2 +59,5 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodString>;

SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003";
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -90,2 +96,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_PREDEPLOYED_CONTRACT_ERC20_DEX_FACTORY: "0x5e771e1417100000000000000000000000000003";
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -121,2 +130,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_APPLICATION: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>;
SETTLEMINT_BLOCKCHAIN_NETWORK: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_BLOCKCHAIN_NODE: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_LOAD_BALANCER: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;
SETTLEMINT_HASURA: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodString]>>>;

@@ -155,2 +167,5 @@ SETTLEMINT_HASURA_ENDPOINT: z.ZodOptional<z.ZodOptional<z.ZodString>>;

SETTLEMINT_APPLICATION?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -189,2 +204,5 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

SETTLEMINT_APPLICATION?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NETWORK?: string | undefined;
SETTLEMINT_BLOCKCHAIN_NODE?: string | undefined;
SETTLEMINT_LOAD_BALANCER?: string | undefined;
SETTLEMINT_HASURA?: string | undefined;

@@ -191,0 +209,0 @@ SETTLEMINT_HASURA_ENDPOINT?: string | undefined;

2

package.json
{
"name": "@settlemint/sdk-utils",
"description": "SettleMint SDK, integrate SettleMint into your application with ease.",
"version": "0.6.22-pr07808c8",
"version": "0.6.22-pr1d55d6d",
"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

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

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